nixos/system/default.nix

8 lines
72 B
Nix

{
imports = [
./podman.nix
./fonts.nix
./users.nix
];
}