From e422f82db5d2dfc6191491f39a623973ed93be7f Mon Sep 17 00:00:00 2001 From: cnst Date: Thu, 18 Jul 2024 00:03:01 +0200 Subject: [PATCH] hyprland???? --- home/core/gui/hypr/land/default.nix | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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 + ''; }; }; }