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;
|
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;
|
type = lib.types.package;
|
||||||
default = pkgs.waybar.override {
|
default = pkgs.waybar.override {
|
||||||
cavaSupport = false;
|
cavaSupport = false;
|
||||||
hyprlandSupport = false;
|
|
||||||
pulseSupport = false;
|
pulseSupport = false;
|
||||||
swaySupport = false;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
modules = {
|
modules = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue