diff --git a/home/core/gui/hypr/land/default.nix b/home/core/gui/hypr/land/default.nix index cb90bbc9..29435abe 100644 --- a/home/core/gui/hypr/land/default.nix +++ b/home/core/gui/hypr/land/default.nix @@ -1,10 +1,4 @@ -{inputs, ...}: { - imports = [ - inputs.hyprland.homeManagerModules.default - ./binds.nix - ./rules.nix - ./settings.nix - ]; +{ wayland.windowManager.hyprland = { enable = true; @@ -14,6 +8,13 @@ "systemctl --user stop graphical-session.target" "systemctl --user start hyprland-session.target" ]; + extraConfig = '' + åsource=./land/appearance.conf + source=./land/inputs.conf + source=./land/keybinds.conf + source=./land/rules.conf + source=./land/startup.conf + ''; }; }; }