nixos/system/default.nix
2024-02-27 12:06:16 +01:00

9 lines
91 B
Nix

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