Switch to volantes cursors
This commit is contained in:
parent
e7f5118ab2
commit
d11cf00ee6
|
@ -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;
|
||||||
|
|
|
@ -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";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue