mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 10:16:13 +01:00
bibata classic
This commit is contained in:
@@ -85,8 +85,8 @@
|
|||||||
};
|
};
|
||||||
".Xresources" = {
|
".Xresources" = {
|
||||||
text = ''
|
text = ''
|
||||||
Xcursor.theme: "Bibata-Modern-Ice"
|
Xcursor.theme: "Bibata-Modern-Classic"
|
||||||
Xcursor.size: 24
|
Xcursor.size: 18
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user