omarchy-nix: added

This commit is contained in:
kenji
2025-12-12 10:10:37 -06:00
parent 71d1da366d
commit ac840fb5e9
6 changed files with 232 additions and 12 deletions
+11 -11
View File
@@ -3,15 +3,15 @@
myConfig,
...
}: {
# programs.steam = {
# enable = true;
# remotePlay.openFirewall = true;
# gamescopeSession.enable = true;
# extraCompatPackages = with pkgs; [proton-ge-bin];
# extraPackages = with pkgs; [
# # mangohud
# # gamescope-wsi
# ];
# };
# programs.gamemode.enable = true;
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
gamescopeSession.enable = true;
extraCompatPackages = with pkgs; [proton-ge-bin];
extraPackages = with pkgs; [
mangohud
gamescope-wsi
];
};
programs.gamemode.enable = true;
}