feat(gui): add catppuccin gtk and cursor themes

This commit is contained in:
514fpv 2024-02-12 17:40:58 +08:00
parent b54d9e00af
commit a4096481a0
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
5 changed files with 115 additions and 45 deletions

View file

@ -4,23 +4,6 @@
, ... }: with lib; let
cfg = config.passthrough.gnome;
in mkIf cfg.enable {
# cursor theme
home.pointerCursor = {
package = pkgs.catppuccin-cursors.frappeDark;
name = "Catppuccin-Frappe-Dark-Cursors";
};
# gtk theme
gtk.theme = {
package = pkgs.catppuccin-gtk.override {
accents = [ "pink" ];
size = "compact";
#tweaks = [ "rimless" "black" ];
variant = "frappe";
};
name = "Catppuccin-Frappe-Compact-Pink-Dark";
};
home.packages =
with pkgs;
with gnome;