summaryrefslogtreecommitdiff
path: root/modules/nixos
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2025-10-06 02:49:30 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2025-10-06 02:49:30 -0600
commitaf7b06e1afe94998e51b9e817673b1a3a3c79132 (patch)
tree358c86bf179a0d550e09852b960e950f2eb1b00f /modules/nixos
parentd1023072b452fd49ee5fe67bbec913c54a27f228 (diff)
parentee3258bde01bd4a140ec4c0347bba45aa0fbd01a (diff)
Merge branch 'master' into website
Diffstat (limited to 'modules/nixos')
-rw-r--r--modules/nixos/steam.nix5
-rw-r--r--modules/nixos/system-packages.nix1
2 files changed, 6 insertions, 0 deletions
diff --git a/modules/nixos/steam.nix b/modules/nixos/steam.nix
index 583bb39..8c7256d 100644
--- a/modules/nixos/steam.nix
+++ b/modules/nixos/steam.nix
@@ -1,6 +1,11 @@
{ config, pkgs, ... }: {
+ programs.gamescope = {
+ enable = true;
+ capSysNice = true;
+ };
programs.steam = {
enable = true;
+ gamescopeSession.enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
};
diff --git a/modules/nixos/system-packages.nix b/modules/nixos/system-packages.nix
index d118846..b80bc63 100644
--- a/modules/nixos/system-packages.nix
+++ b/modules/nixos/system-packages.nix
@@ -2,6 +2,7 @@
programs.partition-manager.enable = true;
environment.systemPackages = with pkgs; [
#For root
+ age
nix-tree
nushell
bat