finally use xserver.extraLayouts correctly
This commit is contained in:
@@ -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"
|
||||
];
|
||||
};*/
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user