From 903776dca6bdd8a6c88516cb5bd1df0428401e15 Mon Sep 17 00:00:00 2001
From: Julian Mutter <julian.mutter@comumail.de>
Date: Mon, 28 Apr 2025 22:24:30 +0200
Subject: [PATCH] Clean up aspi and home hm config

---
 homes/julian/aspi.nix           | 6 +-----
 homes/julian/global/default.nix | 4 +---
 homes/julian/kardorf.nix        | 5 ++---
 3 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/homes/julian/aspi.nix b/homes/julian/aspi.nix
index 22a6b20..9b92ceb 100644
--- a/homes/julian/aspi.nix
+++ b/homes/julian/aspi.nix
@@ -1,22 +1,18 @@
 {
   imports = [
     ./global
+
     ./features/fish
     ./features/direnv
     ./features/topgrade
     ./features/neovim
     ./features/kitty
     ./features/wezterm
-    ./features/alacritty
     ./features/yazi
     ./features/emacs
-    # ./features/i3
 
     ./features/hyprland
 
-    ./features/nix-helper
-    ./features/desktop
-
     ./features/suites/cli
     ./features/suites/desktop
     ./features/suites/development
diff --git a/homes/julian/global/default.nix b/homes/julian/global/default.nix
index b614ee5..0aa9482 100644
--- a/homes/julian/global/default.nix
+++ b/homes/julian/global/default.nix
@@ -1,5 +1,4 @@
 {
-  inputs,
   lib,
   pkgs,
   config,
@@ -9,8 +8,7 @@
   imports =
     [
       ../features/fonts
-      # ../features/cli
-      # ../features/helix
+      ../features/nix-helper
     ]
     ++ (builtins.attrValues outputs.homeManagerModules);
 
diff --git a/homes/julian/kardorf.nix b/homes/julian/kardorf.nix
index 8a6396f..7c8fb62 100644
--- a/homes/julian/kardorf.nix
+++ b/homes/julian/kardorf.nix
@@ -10,9 +10,8 @@
     ./features/wezterm
     ./features/yazi
     ./features/emacs
-    ./features/i3
-    ./features/nix-helper
-    ./features/desktop
+
+    ./features/hyprland
 
     ./features/suites/cli
     ./features/suites/desktop