chore: flake update

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-10-24 22:45:54 -03:00
parent 720d1d6129
commit bb9f71b3cc
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
3 changed files with 214 additions and 30 deletions

View file

@ -20,18 +20,18 @@
".config/fish/themes/Catppuccin-Frappe.theme".source = ./theming/Catppuccin-Frappe.theme;
## Kvantum's theme configuration.
".config/Kvantum/Catppuccin-Frappe-Lavender" = {
".config/Kvantum/catppuccin-frappe-lavender" = {
source = "${
pkgs.catppuccin-kvantum.override {
accent = "Lavender";
variant = "Frappe";
accent = "lavender";
variant = "frappe";
}
}/share/Kvantum/Catppuccin-Frappe-Lavender";
}/share/Kvantum/catppuccin-frappe-lavender";
};
".config/Kvantum/kvantum.kvconfig".text = ''
[General]
theme=Catppuccin-Frappe-Lavender
theme=catppuccin-frappe-lavender
'';
##