Switch to volantes cursors

This commit is contained in:
Evie Litherland-Smith 2023-10-16 10:32:00 +01:00
parent e7f5118ab2
commit d11cf00ee6
2 changed files with 8 additions and 4 deletions

View file

@ -5,8 +5,8 @@
gtk = { gtk = {
enable = true; enable = true;
cursorTheme = { cursorTheme = {
package = pkgs.catppuccin-cursors.macchiatoLavender; package = pkgs.volantes-cursors;
name = "Catppuccin-Macchiato-Lavender-Cursors"; name = "volantes_cursors";
}; };
iconTheme = { iconTheme = {
package = pkgs.papirus-icon-theme; package = pkgs.papirus-icon-theme;

View file

@ -99,13 +99,17 @@
greeters.gtk = { greeters.gtk = {
enable = true; enable = true;
cursorTheme = { cursorTheme = {
package = pkgs.catppuccin-cursors.macchiatoLavender; package = pkgs.volantes-cursors;
name = "Catppuccin-Macchiato-Lavender-Cursors"; name = "volantes_cursors";
}; };
iconTheme = { iconTheme = {
package = pkgs.papirus-icon-theme; package = pkgs.papirus-icon-theme;
name = "Papirus-Dark"; name = "Papirus-Dark";
}; };
theme = {
package = pkgs.tokyo-night-gtk;
name = "Tokyonight-Dark-BL";
};
}; };
}; };
}; };