mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Added Lutris
This commit is contained in:
@@ -63,6 +63,7 @@
|
|||||||
ftb-app
|
ftb-app
|
||||||
heroic
|
heroic
|
||||||
libresprite
|
libresprite
|
||||||
|
lutris
|
||||||
mangohud
|
mangohud
|
||||||
openrgb
|
openrgb
|
||||||
prismlauncher
|
prismlauncher
|
||||||
@@ -90,6 +91,10 @@
|
|||||||
gnome-tweaks
|
gnome-tweaks
|
||||||
] else []);
|
] else []);
|
||||||
|
|
||||||
|
programs.gamescope = {
|
||||||
|
enable = true;
|
||||||
|
capSysNice = true;
|
||||||
|
};
|
||||||
programs.steam = if gamingSystem then {
|
programs.steam = if gamingSystem then {
|
||||||
enable = true;
|
enable = true;
|
||||||
# package = pkgs.steam-millennium;
|
# package = pkgs.steam-millennium;
|
||||||
|
|||||||
Reference in New Issue
Block a user