feat: Install steam with games
This commit is contained in:
parent
aa955163da
commit
05b8d54d5c
|
@ -37,7 +37,7 @@
|
|||
isDesktop = true;
|
||||
setupGrub = true;
|
||||
nix.autoUpdate = false;
|
||||
harden = true;
|
||||
harden = false;
|
||||
windows = {
|
||||
enable = true;
|
||||
mount = {
|
||||
|
|
|
@ -29,5 +29,7 @@ with lib;
|
|||
];
|
||||
in
|
||||
stable-packages ++ unstable-packages;
|
||||
# Install steam
|
||||
programs.steam.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue