nichts/modules/other/default.nix
2024-04-12 15:37:27 +02:00

7 lines
96 B
Nix

_: {
imports = [
./home-manager.nix
./system.nix
./xdg.nix
];
}