alien: add gamescope
This commit is contained in:
parent
3431f28102
commit
88285e396f
2 changed files with 35 additions and 0 deletions
|
|
@ -47,6 +47,14 @@
|
|||
};
|
||||
defaultSession = "niri";
|
||||
};
|
||||
|
||||
environment = {
|
||||
systemPackages = [ pkgs.mangohud ];
|
||||
loginShellInit = ''
|
||||
[[ "$(tty)" = "/dev/tty1" ]] && ./gs.sh
|
||||
'';
|
||||
};
|
||||
|
||||
security.sudo.wheelNeedsPassword = true;
|
||||
|
||||
hardware.nvidia = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue