fix eval errors
This commit is contained in:
parent
d5fea2bf48
commit
724b39721e
2 changed files with 4 additions and 3 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,9 +14,7 @@ in
|
|||
type = lib.types.package;
|
||||
default = pkgs.waybar.override {
|
||||
cavaSupport = false;
|
||||
hyprlandSupport = false;
|
||||
pulseSupport = false;
|
||||
swaySupport = false;
|
||||
};
|
||||
};
|
||||
modules = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue