Use Catppuccin GTK theme and use a more idiomatic poiner configuration
Some checks failed
EVAL x86_64-linux.picard
BUILD x86_64-linux.picard
UPLOAD x86_64-linux.picard
DOWNLOAD x86_64-linux.picard
CACHIX x86_64-linux.picard
ATTIC x86_64-linux.picard
/ test (push) Successful in 1m33s

This commit is contained in:
Andrea Ciceri 2025-01-15 14:20:31 +01:00
parent 5a7309b5d3
commit 988000655b
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -1,6 +1,7 @@
{
config,
pkgs,
lib,
...
}:
let
@ -54,7 +55,14 @@ in
gtk = {
enable = true;
# font.name = lib.mkForce "Sans,Symbols Nerd Font";
theme = {
name = "Catppuccin-GTK-Purple-Dark-Compact";
package = pkgs.magnetic-catppuccin-gtk.override {
accent = [ "purple" ];
shade = "dark";
size = "compact";
};
};
iconTheme = {
name = "Adwaita";
package = pkgs.adwaita-icon-theme;
@ -66,15 +74,15 @@ in
};
};
qt = {
enable = true;
};
home.file.".icons/catppuccin-mocha-sapphire" = {
source = "${pkgs.catppuccin-cursors.mochaSapphire}/share/icons/catppuccin-mocha-sapphire-cursors";
recursive = true;
};
qt = {
enable = true;
};
wayland.windowManager.hyprland = {
enable = true;
plugins = with pkgs.hyprlandPlugins; [