diff --git a/networks/default.nix b/networks/default.nix deleted file mode 100644 index 43d48c89..00000000 --- a/networks/default.nix +++ /dev/null @@ -1,26 +0,0 @@ -{ - plasma = { pkgs, ... }: { - imports = [ - ../modules/virtualization.nix - ../modules/user.nix - ../modules/plasma.nix - ../modules/pipewire.nix - ]; - environment.systemPackages = with pkgs; [ - kitty - librewolf - ]; - }; - gnome = { pkgs, ... }: { - imports = [ - ../modules/virtualization.nix - ../modules/user.nix - ../modules/gnome.nix - ../modules/pipewire.nix - ]; - environment.systemPackages = with pkgs; [ - kitty - librewolf - ]; - }; -}