mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
hosts/ni/setups: update config
This commit is contained in:
parent
60a932a144
commit
c02a8fde36
@ -19,6 +19,7 @@
|
||||
networking.enable = true;
|
||||
services.backup.enable = true;
|
||||
services.monitoring.enable = true;
|
||||
services.penpot.enable = true;
|
||||
setups = {
|
||||
desktop.enable = true;
|
||||
development.enable = true;
|
||||
|
@ -24,8 +24,6 @@ in
|
||||
# Allow USB redirections to machines.
|
||||
virtualisation.spiceUSBRedirection.enable = lib.mkDefault true;
|
||||
|
||||
# Replace container runtime to Docker.
|
||||
virtualisation.podman.enable = lib.mkForce false;
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
autoPrune = {
|
||||
@ -39,6 +37,8 @@ in
|
||||
[
|
||||
# For debugging build environments in Nix packages.
|
||||
cntr
|
||||
|
||||
devpod-desktop
|
||||
];
|
||||
|
||||
# Enable the terminal emulator of choice.
|
||||
|
@ -20,10 +20,13 @@ in
|
||||
pcsx2
|
||||
dolphin
|
||||
citra
|
||||
mame
|
||||
];
|
||||
|
||||
# Bring more of them games.
|
||||
environment.systemPackages = with pkgs; [
|
||||
rpcs3
|
||||
|
||||
dwarf-fortress # Losing only means more possibilities to play.
|
||||
mindustry # Not a Minecraft industry simulator.
|
||||
minetest # Free Minecraft.
|
||||
|
Loading…
Reference in New Issue
Block a user