dotfiles/modules/nixos/default.nix
2026-01-05 12:09:10 +01:00

7 lines
71 B
Nix

{
imports = [
./services
./system.nix
./users.nix
];
}