dotfiles/machines/common/shared/default.nix

7 lines
69 B
Nix

{
imports = [
./nix.nix
./podman.nix
./user.nix
];
}