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
+1 -32
View File
@@ -1,4 +1,4 @@
{ inputs, config, pkgs, ... }:
{ inputs, config, ... }:
{
imports = [
@@ -81,8 +81,6 @@
virt.enable = true;
hyprland.enable = true;
kde.enable = true;
gui-utilities.enable = true;
mouse.enable = true;
docker.enable = true;
steam.enable = true;
office.enable = true;
@@ -108,35 +106,6 @@
};
};
};
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
qbittorrent
gdb
chromium
rpi-imager
];
programs = {
firefox.enable = true;
wireshark.enable = true;
};
home-manager = {
extraSpecialArgs = {