steam, but fr this time

This commit is contained in:
41666 2023-12-17 16:25:37 -05:00
parent 429cf79889
commit 1ec7a2254c
3 changed files with 6 additions and 3 deletions

View file

@ -1,3 +0,0 @@
{ ... }: {
programs.steam.enable = true;
}

5
nixos/features/steam.nix Normal file
View file

@ -0,0 +1,5 @@
{ ... }: {
programs.steam = {
enable = true;
};
}

View file

@ -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;