move steam to home-manager

This commit is contained in:
Adithya 2024-03-01 22:09:27 +05:30
parent 81e167fdc7
commit 3887d0598c
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
4 changed files with 3 additions and 8 deletions

View file

@ -36,6 +36,8 @@
pavucontrol
ripgrep
spotify
steam
steam.run
wl-clipboard
xdg-utils
yubioath-flutter

View file

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

View file

@ -2,7 +2,6 @@ _: {
imports = [
./gnupg.nix
./neovim.nix
./steam.nix
];
programs = {

View file

@ -1,7 +0,0 @@
_: {
hardware.steam-hardware.enable = true;
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
};
}