Files
cnix/system/etc/default.nix

12 lines
116 B
Nix

{
imports = [
# shared imports
./dconf
./locale
./fonts
./security
./xdg
./zsh
];
}