Enable catppuccin
on picard
This commit is contained in:
parent
7d5c1d1860
commit
4caa879c4e
9 changed files with 84 additions and 99 deletions
|
@ -56,21 +56,20 @@ in
|
|||
|
||||
gtk = {
|
||||
enable = true;
|
||||
font.name = "Sans,Symbols Nerd Font";
|
||||
# font.name = lib.mkForce "Sans,Symbols Nerd Font";
|
||||
iconTheme = {
|
||||
name = "Adwaita";
|
||||
package = pkgs.adwaita-icon-theme;
|
||||
};
|
||||
cursorTheme = {
|
||||
name = "catppuccin-mocha-sapphire";
|
||||
package = pkgs.catppuccin-cursors;
|
||||
size = 48;
|
||||
};
|
||||
# cursorTheme = {
|
||||
# name = "catppuccin-mocha-sapphire";
|
||||
# package = pkgs.catppuccin-cursors;
|
||||
# size = 48;
|
||||
# };
|
||||
};
|
||||
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme.name = "gtk3";
|
||||
};
|
||||
|
||||
# services.kanshi = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue