summaryrefslogtreecommitdiff
path: root/modules/nixos
diff options
context:
space:
mode:
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