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" = {
text = ''
Xcursor.theme: "Bibata-Modern-Ice"
Xcursor.size: 24
Xcursor.theme: "Bibata-Modern-Classic"
Xcursor.size: 18
'';
};
};

View File

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