nixos/lil-maid/modules/default.nix
2024-09-22 11:34:06 +03:00

7 lines
71 B
Nix

{
imports = [
./boot.nix
./social.nix
./stash.nix
];
}