[packages] added steam
This commit is contained in:
parent
8990710ce9
commit
a508290555
@ -12,6 +12,7 @@
|
||||
./security.nix
|
||||
./simon.nix
|
||||
./sound.nix
|
||||
./steam.nix
|
||||
./virtualisation.nix
|
||||
];
|
||||
|
||||
|
7
nix/systems/steam.nix
Normal file
7
nix/systems/steam.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ config, pkgs, ... }: {
|
||||
|
||||
# steam
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user