feat: add minecraft

This commit is contained in:
Jacob Bachmann 2024-01-25 18:50:40 +01:00
parent 08456bef79
commit e685bf27e4
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
2 changed files with 5 additions and 1 deletions

View file

@ -18,7 +18,7 @@
devenv.enable = true; devenv.enable = true;
virtualisation.enable = true; virtualisation.enable = true;
games.enable = false; games.enable = true;
}; };

View file

@ -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
]; ];
} }