machines: aramis: programs: enable steam
This commit is contained in:
parent
24b540d948
commit
7aa2a0f8fa
|
@ -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…
Reference in a new issue