added secrets
This commit is contained in:
10
home/stuff/gtk.nix
Normal file
10
home/stuff/gtk.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{config, pkgs,...}:
|
||||
{
|
||||
gtk = {
|
||||
enable = true;
|
||||
iconTheme.name = "Gruvbox-Material-Dark";
|
||||
iconTheme.package = pkgs.gruvbox-icons;
|
||||
theme.name = "Equilux";
|
||||
theme.package = pkgs.equilux-theme;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user