Install Steam and Lutris on gamepc

This commit is contained in:
Pim Kunis 2024-11-13 23:03:23 +01:00
parent 5bd06edb5d
commit 5374402dde
3 changed files with 5 additions and 0 deletions

View file

@ -11,6 +11,7 @@
facter.reportPath = ./facter.json; facter.reportPath = ./facter.json;
networking.hostName = "gamepc"; networking.hostName = "gamepc";
home-manager.users.pim.imports = [./home.nix]; home-manager.users.pim.imports = [./home.nix];
programs.steam.enable = true;
services = { services = {
openssh.enable = true; openssh.enable = true;

View file

@ -3,5 +3,6 @@
devenv devenv
vlc vlc
handbrake handbrake
lutris
]; ];
} }

View file

@ -140,6 +140,9 @@
allowUnfreePredicate = pkg: allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [ builtins.elem (lib.getName pkg) [
"libfprint-2-tod1-goodix" "libfprint-2-tod1-goodix"
"steam"
"steam-original"
"steam-run"
]; ];
}; };