11 lines
144 B
Nix
11 lines
144 B
Nix
|
{
|
||
|
imports = [
|
||
|
./fonts.nix
|
||
|
./home-manager.nix
|
||
|
];
|
||
|
programs = {
|
||
|
# make HM-managed GTK stuff work
|
||
|
dconf.enable = true;
|
||
|
};
|
||
|
}
|