diff --git a/apps/stylix/home.nix b/apps/stylix/home.nix index 2da9458..80b7d2b 100644 --- a/apps/stylix/home.nix +++ b/apps/stylix/home.nix @@ -1,5 +1,9 @@ { + dconf.enable = true; stylix = { enable = true; + autoEnable = false; + targets = { + }; }; } diff --git a/home/hakase.nix b/home/hakase.nix index b98482d..af14447 100644 --- a/home/hakase.nix +++ b/home/hakase.nix @@ -5,6 +5,7 @@ ../modules/home/apps-optional.nix ../modules/home/hyprland.nix ../modules/home/waybar.nix + ../modules/home/theme.nix ]; home.stateVersion = "25.05"; diff --git a/hosts/hakase/configuration.nix b/hosts/hakase/configuration.nix index f7fea65..89bc82d 100644 --- a/hosts/hakase/configuration.nix +++ b/hosts/hakase/configuration.nix @@ -7,6 +7,5 @@ ./hardware-configuration.nix ../../modules/system/default.nix ../../modules/system/hyprland.nix - ../../modules/system/theme.nix ]; }