12 lines
130 B
Nix
12 lines
130 B
Nix
_: {
|
|
imports = [
|
|
./fonts.nix
|
|
./xdg.nix
|
|
];
|
|
|
|
programs = {
|
|
dconf.enable = true;
|
|
seahorse.enable = true;
|
|
};
|
|
}
|