initial commit
This commit is contained in:
11
home/exampleSecondUser/common/core/gtk.nix
Normal file
11
home/exampleSecondUser/common/core/gtk.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
gtk = {
|
||||
enable = true;
|
||||
iconTheme = {
|
||||
name = "elementary-Xfce-dark";
|
||||
package = pkgs.elementary-xfce-icon-theme;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user