home/natto: theme related changes

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-11-25 02:26:35 +05:30
parent 0f648a6a90
commit df4ba5fff7
8 changed files with 58 additions and 455 deletions

View File

@@ -1,11 +1,29 @@
{ pkgs, config, ... }:
{
gtk.cursorTheme = {
package = pkgs.numix-cursor-theme;
name = "Numix";
home.pointerCursor = {
package = pkgs.simp1e-cursors;
name = "Simp1e-Solarized-Light";
x11 = {
enable = true;
defaultCursor = "crosshair";
};
gtk.enable = true;
};
gtk = {
enable = true;
theme = {
package = pkgs.numix-solarized-gtk-theme;
name = "NumixSolarizedDarkMagenta";
};
iconTheme = {
package = pkgs.zafiro-icons;
name = "Zafiro-icons-Dark";
};
};
xsession = {
enable = true;
windowManager = {
xmonad = {
enable = true;