Add GTK config

This commit is contained in:
Valentin Brandl
2022-02-25 22:41:52 +01:00
parent 14e6bddd84
commit 11e56e806d
2 changed files with 10 additions and 0 deletions

9
home/gtk.nix Normal file
View File

@ -0,0 +1,9 @@
{ pkgs, ... }: {
gtk = {
enable = true;
theme = {
package = pkgs.arc-theme;
name = "Arc-Dark";
};
};
}