machines: aramis: programs: enable steam

This commit is contained in:
Bruno BELANYI 2021-09-15 16:49:22 +02:00
parent 37bb7fd625
commit 5c95ba1113
2 changed files with 8 additions and 0 deletions

View file

@ -11,6 +11,7 @@
./home.nix
./networking.nix
./profiles.nix
./programs.nix
./services.nix
./sound.nix
];

View file

@ -0,0 +1,7 @@
{ ... }:
{
my.programs = {
# Steam configuration
steam.enable = true;
};
}