Nixfiles/de/hm.nix

10 lines
130 B
Nix

{ pkgs, ... }:
{
gtk = {
enable = true;
theme = {
name = "adw-gtk3";
package = pkgs.adw-gtk3;
};
};
}