diff --git a/hosts/earth/configuration.nix b/hosts/earth/configuration.nix index b187660..a06c0e6 100644 --- a/hosts/earth/configuration.nix +++ b/hosts/earth/configuration.nix @@ -22,6 +22,10 @@ }) ]; + programs.steam.enable = true; + programs.steam.gamescopeSession.enable = true; + programs.gamemode.enable = true; + # Enable sound with pipewire. sound.enable = true; hardware.pulseaudio.enable = false; @@ -83,6 +87,8 @@ alvr BeatSaberModManager sbctl + vesktop + mangohud ]; hardware.nvidia = { diff --git a/modules/home-manager/applications.nix b/modules/home-manager/applications.nix index c671824..237269e 100644 --- a/modules/home-manager/applications.nix +++ b/modules/home-manager/applications.nix @@ -4,7 +4,6 @@ ... }: { home.packages = [ - pkgs.vesktop pkgs.gimp pkgs.slack @@ -26,7 +25,6 @@ pkgs.parsec-bin pkgs.filezilla - pkgs.steam pkgs.ghidra pkgs.zed-editor pkgs.openvpn