l games: install only for user
This commit is contained in:
parent
9855f4e8ae
commit
21bb247495
@ -56,15 +56,6 @@ let
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
in {
|
in {
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
dolphinEmu
|
|
||||||
doom1
|
|
||||||
doom2
|
|
||||||
vdoom1
|
|
||||||
vdoom2
|
|
||||||
vdoomserver
|
|
||||||
];
|
|
||||||
|
|
||||||
users.extraUsers = {
|
users.extraUsers = {
|
||||||
games = {
|
games = {
|
||||||
name = "games";
|
name = "games";
|
||||||
@ -76,7 +67,14 @@ in {
|
|||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
minecraft
|
minecraft
|
||||||
steam-run
|
steam-run
|
||||||
|
scummvm
|
||||||
dolphinEmu
|
dolphinEmu
|
||||||
|
doom1
|
||||||
|
doom2
|
||||||
|
vdoom1
|
||||||
|
vdoom2
|
||||||
|
vdoomserver
|
||||||
|
retroarchBare
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user