move steam to home-manager
This commit is contained in:
parent
81e167fdc7
commit
3887d0598c
4 changed files with 3 additions and 8 deletions
|
@ -36,6 +36,8 @@
|
|||
pavucontrol
|
||||
ripgrep
|
||||
spotify
|
||||
steam
|
||||
steam.run
|
||||
wl-clipboard
|
||||
xdg-utils
|
||||
yubioath-flutter
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -2,7 +2,6 @@ _: {
|
|||
imports = [
|
||||
./gnupg.nix
|
||||
./neovim.nix
|
||||
./steam.nix
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
_: {
|
||||
hardware.steam-hardware.enable = true;
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue