Revert "mv from groups to host"
nixos config pipeline / show-flake (push) Successful in 1m0s
nixos config pipeline / deploy (push) Successful in 1m47s

This reverts commit ffac8ef90a.
This commit is contained in:
smayzy
2026-08-02 15:29:16 +02:00
parent 8c7e72d18c
commit ad1b6da6cf
2 changed files with 27 additions and 32 deletions
+26
View File
@@ -21,11 +21,37 @@ in
audio.enable = true;
sddm.enable = true;
wireguard.enable = true;
gui-utilities.enable = true;
mouse.enable = true;
tor.enable = true;
};
programs.firefox.enable = true;
programs.wireshark.enable = true;
environment.systemPackages = with pkgs; [
wireshark
librewolf
prismlauncher
obsidian
komikku
inkscape
blender
aegisub
kdePackages.kdenlive
freecad-wayland
fritzing
element-desktop
thunderbird
kicad
ghidra
calibre
arduino-ide
arduino-cli
firejail
qbittorrent
android-tools
gdb
chromium
rpi-imager
];
};
}