From 015a288b7a983279e49ebd1be1d9785829cf0e12 Mon Sep 17 00:00:00 2001 From: joygnu Date: Mon, 2 Sep 2024 21:33:03 +0200 Subject: [PATCH] hyprland homemnerger needs to be enabled for it to make the config lol --- modules/hypr/hyprland/default.nix | 1 + modules/hypr/style/default.nix | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 ]; }