some resturcturing of hm

This commit is contained in:
cnst
2024-07-07 09:41:56 +02:00
parent 79381454a1
commit 8fe5665135
8 changed files with 9 additions and 3 deletions

View File

@@ -0,0 +1,22 @@
{pkgs, ...}: {
home.pointerCursor = {
name = "Adwaita";
package = pkgs.gnome.adwaita-icon-theme;
size = 24;
};
gtk = {
enable = true;
theme = {
package = pkgs.orchis-theme;
name = "Orchis-Grey-Dark-Compact";
};
iconTheme = {
package = pkgs.gruvbox-plus-icons;
name = "Gruvbox-Plus-Dark";
};
font = {
name = "Input Sans Narrow Light";
size = 10;
};
};
}