update pacckages and uhm other stuff

This commit is contained in:
Reid 2024-12-12 21:17:18 -08:00
parent 74ef77bb1f
commit 3a08d19841
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
11 changed files with 189 additions and 71 deletions

View file

@ -25,10 +25,10 @@ in {
};
kvantumTheme = {
name = "Catppuccin-${pascalCase variant}-${pascalCase accent}";
name = "catppuccin-${variant}-${accent}";
package = pkgs.catppuccin-kvantum.override {
variant = pascalCase variant;
accent = pascalCase accent;
variant = variant;
accent = accent;
};
};
@ -40,6 +40,7 @@ in {
cursorTheme = {
name = "graphite-dark";
package = pkgs.graphite-cursors;
size = 24;
};
sddmTheme = {
@ -88,9 +89,9 @@ in {
col.active_border=''$${accent}
col.inactive_border=$surface0
}
decoration {
col.shadow=$crust
col.shadow_inactive=$crust
decoration:shadow {
color=$crust
color_inactive=$crust
}
misc {
background_color=$crust