nichts/modules/other/default.nix
2024-04-29 23:01:08 +02:00

8 lines
97 B
Nix

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