feat: add minecraft
This commit is contained in:
parent
08456bef79
commit
e685bf27e4
2 changed files with 5 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
devenv.enable = true;
|
devenv.enable = true;
|
||||||
virtualisation.enable = true;
|
virtualisation.enable = true;
|
||||||
games.enable = false;
|
games.enable = true;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,10 +20,14 @@
|
||||||
gnome.simple-scan
|
gnome.simple-scan
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
signal-desktop
|
signal-desktop
|
||||||
|
zoom-us
|
||||||
zathura
|
zathura
|
||||||
obsidian
|
obsidian
|
||||||
] ++ lib.optionals nixosConfig.bchmnn.printing.enable [
|
] ++ lib.optionals nixosConfig.bchmnn.printing.enable [
|
||||||
system-config-printer
|
system-config-printer
|
||||||
|
] ++ lib.optionals nixosConfig.bchmnn.games.enable [
|
||||||
|
prismlauncher
|
||||||
|
openjdk17
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue