bibata classic

This commit is contained in:
2024-04-23 21:16:58 +02:00
parent 88f2887b15
commit c9a478fc2e
2 changed files with 7 additions and 6 deletions

View File

@@ -85,8 +85,8 @@
}; };
".Xresources" = { ".Xresources" = {
text = '' text = ''
Xcursor.theme: "Bibata-Modern-Ice" Xcursor.theme: "Bibata-Modern-Classic"
Xcursor.size: 24 Xcursor.size: 18
''; '';
}; };
}; };

View File

@@ -8,7 +8,7 @@
gtk = { gtk = {
enable = true; enable = true;
cursorTheme = { cursorTheme = {
name = "Bibata-Modern-Ice"; name = "Bibata-Modern-Classic";
package = pkgs.bibata-cursors; package = pkgs.bibata-cursors;
}; };
theme = { theme = {
@@ -16,7 +16,7 @@
package = pkgs.gruvbox-dark-gtk; package = pkgs.gruvbox-dark-gtk;
}; };
iconTheme = { iconTheme = {
name = "gruvbox-dark-icons"; name = "oomox-gruvbox-dark";
package = pkgs.gruvbox-dark-icons-gtk; package = pkgs.gruvbox-dark-icons-gtk;
}; };
}; };
@@ -41,8 +41,9 @@
home.pointerCursor = { home.pointerCursor = {
gtk.enable = true; gtk.enable = true;
x11.enable = true;
package = pkgs.bibata-cursors; package = pkgs.bibata-cursors;
name = "Bibata-Modern-Ice"; name = "Bibata-Modern-Classic";
size = 24; size = 18;
}; };
} }