huge change

This commit is contained in:
fwastring 2025-11-12 10:12:29 +01:00
parent c159d2f3e3
commit d86cc3c816
29 changed files with 1151 additions and 792 deletions

View file

@ -19,6 +19,11 @@ with lib;
default = ./waybar.jsonc;
description = "The path to the waybar config";
};
stylePath = lib.mkOption {
type = lib.types.path;
default = ./waybar-latte.css;
description = "The path to the waybar config";
};
};
};
config = mkIf config.waybar.enable {
@ -31,7 +36,7 @@ with lib;
};
};
xdg.configFile."waybar/config.jsonc".source = config.waybar.configPath;
xdg.configFile."waybar/style.css".source = ./waybar-latte.css;
xdg.configFile."waybar/style.css".source = config.waybar.stylePath;
};
# catppuccin.waybar = {
# enable = true;