diff --git a/home/default.nix b/home/default.nix index 3c10579..d6c28fa 100644 --- a/home/default.nix +++ b/home/default.nix @@ -46,10 +46,10 @@ inputs.agenix.homeManagerModules.age ] ++ [ - ./desktop ./essentials ./utils ./misc_pkgs + ./wm ]; home.pointerCursor = { diff --git a/home/desktop/alacritty.nix b/home/wm/alacritty.nix similarity index 100% rename from home/desktop/alacritty.nix rename to home/wm/alacritty.nix diff --git a/home/desktop/default.nix b/home/wm/default.nix similarity index 100% rename from home/desktop/default.nix rename to home/wm/default.nix diff --git a/home/desktop/dunst.nix b/home/wm/dunst.nix similarity index 100% rename from home/desktop/dunst.nix rename to home/wm/dunst.nix diff --git a/home/desktop/hyprland.nix b/home/wm/hyprland.nix similarity index 100% rename from home/desktop/hyprland.nix rename to home/wm/hyprland.nix diff --git a/home/desktop/swaylock.nix b/home/wm/swaylock.nix similarity index 100% rename from home/desktop/swaylock.nix rename to home/wm/swaylock.nix diff --git a/home/desktop/waybar/default.nix b/home/wm/waybar/default.nix similarity index 100% rename from home/desktop/waybar/default.nix rename to home/wm/waybar/default.nix diff --git a/home/desktop/waybar/waybar.css b/home/wm/waybar/waybar.css similarity index 100% rename from home/desktop/waybar/waybar.css rename to home/wm/waybar/waybar.css diff --git a/home/desktop/wofi.nix b/home/wm/wofi.nix similarity index 100% rename from home/desktop/wofi.nix rename to home/wm/wofi.nix