10 lines
76 B
Nix
10 lines
76 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./dconf
|
|
./fonts
|
|
./gtk
|
|
./xdg
|
|
];
|
|
}
|