Files
cnix/home/etc/default.nix

10 lines
89 B
Nix

{
imports = [
# shared imports
./dconf
./polkit
./gtk
./xdg
];
}