enable steam
This commit is contained in:
parent
656628cb43
commit
7bcc1698c0
2 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,7 @@ _: {
|
|||
imports = [
|
||||
./gnupg.nix
|
||||
./neovim.nix
|
||||
./steam.nix
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
|
7
hosts/skipper/programs/steam.nix
Normal file
7
hosts/skipper/programs/steam.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
_: {
|
||||
hardware.steam-hardware.enable = true;
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue