machines: aramis: programs: enable steam
This commit is contained in:
parent
24b540d948
commit
7aa2a0f8fa
2 changed files with 8 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
|||
./home.nix
|
||||
./networking.nix
|
||||
./profiles.nix
|
||||
./programs.nix
|
||||
./services.nix
|
||||
./sound.nix
|
||||
];
|
||||
|
|
|
|||
7
machines/aramis/programs.nix
Normal file
7
machines/aramis/programs.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
my.programs = {
|
||||
# Steam configuration
|
||||
steam.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue