From c79515ae95eb30e7c341c1b73582fc1788df973b Mon Sep 17 00:00:00 2001 From: beeb5k Date: Tue, 14 Jul 2026 13:55:58 +0530 Subject: Some stuff which i dont remember --- hosts/common.nix | 2 +- hosts/niuwux/default.nix | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) (limited to 'hosts') diff --git a/hosts/common.nix b/hosts/common.nix index 4ae58aa..9cd4112 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -249,9 +249,9 @@ environment.systemPackages = with pkgs; [ android-tools + scrcpy playerctl pciutils - imagemagick sops fd ripgrep 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 = { -- cgit v1.3.1