Install Steam and Lutris on gamepc
This commit is contained in:
parent
5bd06edb5d
commit
5374402dde
3 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||||
|
|
|
@ -3,5 +3,6 @@
|
||||||
devenv
|
devenv
|
||||||
vlc
|
vlc
|
||||||
handbrake
|
handbrake
|
||||||
|
lutris
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue