summaryrefslogtreecommitdiff
path: root/hosts/niuwux
diff options
context:
space:
mode:
authorbeeb5k <beebeeb5k@gmail.com>2026-07-14 13:55:58 +0530
committerbeeb5k <beebeeb5k@gmail.com>2026-07-14 13:55:58 +0530
commitc79515ae95eb30e7c341c1b73582fc1788df973b (patch)
treea94f0d4f168510385bb442915ef4e490a1399ea6 /hosts/niuwux
parentdae1955fafe2459ddf31fec141a8f17983122102 (diff)
Some stuff which i dont remember
Diffstat (limited to 'hosts/niuwux')
-rw-r--r--hosts/niuwux/default.nix16
1 files changed, 10 insertions, 6 deletions
diff --git a/hosts/niuwux/default.nix b/hosts/niuwux/default.nix
index 796dc17..7e05c79 100644
--- a/hosts/niuwux/default.nix
+++ b/hosts/niuwux/default.nix
@@ -76,7 +76,7 @@
# capSysNice = true;
};
programs.steam = {
- enable = true;
+ enable = false;
protontricks.enable = true;
gamescopeSession.enable = false;
remotePlay.openFirewall = true;
@@ -107,11 +107,15 @@
networking.firewall.enable = true;
programs.direnv.enable = true;
- environment.systemPackages = with pkgs; [
- vulkan-tools
- pciutils
- mangohud
- ];
+ environment.systemPackages =
+ with pkgs;
+ [
+ vulkan-tools
+ pciutils
+ ]
+ ++ lib.optionals config.programs.steam.enable [
+ mangohud
+ ];
services.xserver.videoDrivers = [ "nvidia" ];
hardware = {