Switch to volantes cursors
This commit is contained in:
parent
e7f5118ab2
commit
d11cf00ee6
|
@ -5,8 +5,8 @@
|
|||
gtk = {
|
||||
enable = true;
|
||||
cursorTheme = {
|
||||
package = pkgs.catppuccin-cursors.macchiatoLavender;
|
||||
name = "Catppuccin-Macchiato-Lavender-Cursors";
|
||||
package = pkgs.volantes-cursors;
|
||||
name = "volantes_cursors";
|
||||
};
|
||||
iconTheme = {
|
||||
package = pkgs.papirus-icon-theme;
|
||||
|
|
|
@ -99,13 +99,17 @@
|
|||
greeters.gtk = {
|
||||
enable = true;
|
||||
cursorTheme = {
|
||||
package = pkgs.catppuccin-cursors.macchiatoLavender;
|
||||
name = "Catppuccin-Macchiato-Lavender-Cursors";
|
||||
package = pkgs.volantes-cursors;
|
||||
name = "volantes_cursors";
|
||||
};
|
||||
iconTheme = {
|
||||
package = pkgs.papirus-icon-theme;
|
||||
name = "Papirus-Dark";
|
||||
};
|
||||
theme = {
|
||||
package = pkgs.tokyo-night-gtk;
|
||||
name = "Tokyonight-Dark-BL";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue