change gtk theme to catpuccin
This commit is contained in:
parent
a722618236
commit
c69b95fd60
|
@ -20,7 +20,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
font = {
|
font = {
|
||||||
name = "JetBrainsMono Nerd Font";
|
name = "JetBrainsMono Nerd Font";
|
||||||
size = 10;
|
size = 11;
|
||||||
};
|
};
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
package = pkgs.papirus-icon-theme;
|
package = pkgs.papirus-icon-theme;
|
||||||
|
@ -30,12 +30,12 @@ in
|
||||||
name = "matrix-gtk";
|
name = "matrix-gtk";
|
||||||
};
|
};
|
||||||
cursorTheme = {
|
cursorTheme = {
|
||||||
name = "Catppuccin-Frappe-Dark";
|
name = "Catppuccin-Mocha-Dark";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
home.pointerCursor = {
|
home.pointerCursor = {
|
||||||
package = pkgs.catppuccin-cursors;
|
package = pkgs.catppuccin-cursors;
|
||||||
name = "Catppuccin-Frappe-Red";
|
name = "Catppuccin-Mocha-Red";
|
||||||
size = 15;
|
size = 15;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue