nichts/modules/other/default.nix
2024-04-10 17:44:54 +02:00

7 lines
96 B
Nix

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