mv from groups to host
nixos config pipeline / show-flake (push) Successful in 38s
nixos config pipeline / deploy (push) Successful in 59s

This commit is contained in:
smayzy
2026-07-05 17:40:25 +02:00
parent 10d3cb4dbe
commit ffac8ef90a
2 changed files with 32 additions and 27 deletions
-26
View File
@@ -21,37 +21,11 @@ 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
];
};
}