diff --git a/modules/hypr/hyprland/default.nix b/modules/hypr/hyprland/default.nix index 8345d9b..b2c3b33 100644 --- a/modules/hypr/hyprland/default.nix +++ b/modules/hypr/hyprland/default.nix @@ -30,6 +30,7 @@ home-manager.users.joy.services.cliphist.enable = true; home-manager.users.joy.wayland.windowManager.hyprland = { + enable = true; settings = { "$mod" = "SUPER"; "$sciPath" = "~/nix/modules/hypr/hyprland/scripts"; diff --git a/modules/hypr/style/default.nix b/modules/hypr/style/default.nix index e639355..0288f88 100644 --- a/modules/hypr/style/default.nix +++ b/modules/hypr/style/default.nix @@ -1,8 +1,8 @@ { imports = [ - ./qt + # ./stylix ./gtk - ./stylix + ./qt ./font ]; }