mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Give gamescope cap_sys_nice
so it can renice itself
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
52faaea7ac
commit
15908ba927
|
@ -1,9 +1,12 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{
|
||||
programs.gamemode.enable = true;
|
||||
programs.gamescope = {
|
||||
enable = true;
|
||||
capSysNice = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
gamescope
|
||||
mangohud
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue