Add steam and lutris
This commit is contained in:
parent
61a54b6954
commit
1ebadf75e3
3 changed files with 16 additions and 0 deletions
|
|
@ -4,5 +4,7 @@
|
|||
./librewolf.nix
|
||||
./vesktop.nix
|
||||
./minecraft.nix
|
||||
./steam.nix
|
||||
./lutris.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
7
home-manager/roles/desktop/common/apps/lutris.nix
Normal file
7
home-manager/roles/desktop/common/apps/lutris.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.lutris = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
7
home-manager/roles/desktop/common/apps/steam.nix
Normal file
7
home-manager/roles/desktop/common/apps/steam.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
program.steam = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue