niksos/modules/other/default.nix
2024-01-20 01:24:03 +01:00

7 lines
105 B
Nix

_: {
imports = [
./pin-registry.nix
./preserve-system.nix
./xdg.nix
];
}