steam, but fr this time
This commit is contained in:
parent
429cf79889
commit
1ec7a2254c
3 changed files with 6 additions and 3 deletions
|
@ -1,3 +0,0 @@
|
|||
{ ... }: {
|
||||
programs.steam.enable = true;
|
||||
}
|
5
nixos/features/steam.nix
Normal file
5
nixos/features/steam.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ ... }: {
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
|
@ -7,6 +7,7 @@
|
|||
../../features/tailscale.nix
|
||||
../../features/sound
|
||||
../../features/nvidia.nix
|
||||
../../features/steam.nix
|
||||
];
|
||||
|
||||
home-manager.users.noe = import ../../../home-manager/noe/hosts/aerial.nix;
|
||||
|
|
Loading…
Add table
Reference in a new issue