nixos-configuration/home/gtk.nix

10 lines
131 B
Nix
Raw Normal View History

2022-02-25 22:41:52 +01:00
{ pkgs, ... }: {
gtk = {
enable = true;
theme = {
package = pkgs.arc-theme;
name = "Arc-Dark";
};
};
}