clean up ezpcusr and defaults
This commit is contained in:
parent
591e2a3db0
commit
e1fdc111b3
3 changed files with 426 additions and 758 deletions
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue