clean up ezpcusr and defaults

This commit is contained in:
notgne2 2021-09-28 13:16:34 -07:00
parent 591e2a3db0
commit e1fdc111b3
No known key found for this signature in database
GPG key ID: BB661E172B42A7F8
3 changed files with 426 additions and 758 deletions

View file

@ -68,11 +68,6 @@ in
default = { };
};
waybarCss = mkOption {
description = "Exported CSS for waybar";
default = "";
};
base16Rgb = mkOption {
readOnly = true;
type = types.attrsOf (types.attrsOf types.int);
@ -260,14 +255,6 @@ in
};
};
# Waybar
colors.waybarCss =
"\n" + (
(import ../data/waybar-base16.nix)
cfg.favColors.name
cfg.base16
);
# Dunst
services.dunst = {
settings = {

File diff suppressed because it is too large Load diff