theme: set icon theme
This commit is contained in:
parent
f4e66cdb43
commit
056f36c988
1 changed files with 4 additions and 0 deletions
4
home.nix
4
home.nix
|
@ -172,5 +172,9 @@ in
|
|||
name = "Arc-Dark";
|
||||
package = pkgs.arc-theme;
|
||||
};
|
||||
gtk.iconTheme = {
|
||||
name = "Arc-Dark";
|
||||
package = pkgs.arc-theme;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue