moved gtk theme

This commit is contained in:
Hadi
2024-06-17 16:54:50 +02:00
committed by GitHub
parent 5e3a372259
commit 2982684252
2 changed files with 30 additions and 30 deletions

View File

@@ -229,33 +229,4 @@
};
};
qt = {
enable = true;
platformTheme.name = "gtk2";
style.name = "gtk2";
};
gtk = {
enable = true;
theme = { name = "FlatColor"; };
iconTheme = {
package = pkgs.flat-remix-icon-theme;
name = "Flat-Remix-Grey-Darkest";
};
font = {
name = config.var.theme.font;
size = 11;
};
};
home.pointerCursor = {
gtk.enable = true;
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Classic";
size = 14;
};
}