skipper: remove steam stuff

This commit is contained in:
Adithya 2024-09-24 19:36:09 +05:30
parent b1ef15bac1
commit a4602252e2
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
3 changed files with 0 additions and 6 deletions

View file

@ -29,12 +29,10 @@ _: {
{ directory = ".local/share/lutris"; method = "symlink"; }
{ directory = ".local/share/nix"; method = "symlink"; }
{ directory = ".local/share/nvim"; method = "symlink"; }
{ directory = ".local/share/Steam"; method = "symlink"; }
{ directory = ".local/share/systemd"; method = "symlink"; }
{ directory = ".local/share/TelegramDesktop"; method = "symlink"; }
{ directory = ".local/share/zoxide"; method = "symlink"; }
{ directory = ".local/share/zsh"; method = "symlink"; }
{ directory = ".steam"; method = "symlink"; }
{ directory = "Documents"; method = "symlink"; }
{ directory = "Downloads"; method = "symlink"; }
{ directory = "Music"; method = "symlink"; }

View file

@ -33,15 +33,12 @@
gh
git-crypt
#localsend
(lutris.override { extraPkgs = p: [ p.gamemode p.gamescope p.mangohud ]; })
nixpkgs-review
nix-init
nurl
ripgrep
signal-desktop-beta
spotify
(steam.override { extraPkgs = p: [ p.gamemode p.gamescope p.mangohud ]; })
(steam.override { extraPkgs = p: [ p.gamemode p.gamescope p.mangohud ]; }).run
swayimg
telegram-desktop
transmission-remote-gtk

View file

@ -49,7 +49,6 @@
enable = true;
drives = [ "/dev/disk/by-path/pci-0000:01:00.0-nvme-1" ];
};
steam-hardware.enable = true;
xone.enable = true;
};
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";