6 lines
86 B
Nix
6 lines
86 B
Nix
{
|
|
programs = {
|
|
# make HM-managed GTK stuff work
|
|
dconf.enable = true;
|
|
};
|
|
}
|