Add steam and lutris

This commit is contained in:
KnightArtorias 2025-12-13 12:39:41 +00:00
parent 61a54b6954
commit 1ebadf75e3
3 changed files with 16 additions and 0 deletions

View file

@ -4,5 +4,7 @@
./librewolf.nix
./vesktop.nix
./minecraft.nix
./steam.nix
./lutris.nix
];
}

View file

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
programs.lutris = {
enable = true;
};
}

View file

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
program.steam = {
enable = true;
};
}