diff --git a/common/configuration.nix b/common/configuration.nix index 2defcf2..c818c11 100644 --- a/common/configuration.nix +++ b/common/configuration.nix @@ -216,5 +216,8 @@ rebuild.enableNg = true; }; - stylix.targets.plymouth.enable = false; + stylix = { + base16Scheme = "${pkgs.base16-schemes}/share/themes/dracula.yaml"; + targets.plymouth.enable = false; + }; } diff --git a/modules/waybar/default.nix b/modules/waybar/default.nix index 38988bf..aaa5cd4 100644 --- a/modules/waybar/default.nix +++ b/modules/waybar/default.nix @@ -14,9 +14,7 @@ in type = lib.types.package; default = pkgs.waybar.override { cavaSupport = false; - hyprlandSupport = false; pulseSupport = false; - swaySupport = false; }; }; modules = {