steam out of flatpak

This commit is contained in:
2025-02-03 20:10:54 -07:00
parent 867e16368c
commit f49e58f9b3
2 changed files with 10 additions and 1 deletions

View File

@@ -99,6 +99,15 @@
services.flatpak.enable = true;
hardware.steam-hardware.enable = true;
programs.gamescope = {
enable = true;
capSysNice = true;
};
programs.steam = {
enable = true;
gamescopeSession.enable = true;
};
#services.sunshine = {
# enable = true;
# autoStart = false;

View File

@@ -12,7 +12,7 @@
kubernetes-helm
busybox
elixir_1_18
inotify-tools
inotify-tools # needed for elixir hot-reloading
];
fonts.fontconfig.enable = true;
dconf.enable = true;