finally use xserver.extraLayouts correctly

This commit is contained in:
2021-06-17 18:47:38 +05:30
parent d32d386248
commit ee5cd59841
13 changed files with 65 additions and 51 deletions

View File

@@ -1,19 +0,0 @@
{config, pkgs,...}:
{
gtk = {
enable = true;
iconTheme = {
name = "Gruvbox-Material-Dark";
package = pkgs.gruvbox-icons;
};
theme = {
name = "Equilux";
package = pkgs.equilux-theme;
};
/* gtk3 = {
bookmarks = [
"folder:///mnt/Stuff/Memes/Discord"
];
};*/
};
}