nixfiles/hosts/artemis/default.nix
Callum Leslie 3c48de49f6
finally on flake parts
just need to remove fup now
2024-09-05 09:50:37 +01:00

12 lines
203 B
Nix

{inputs, ...}: {
imports = [
./hardware-configuration.nix
./configuration.nix
./containers.nix
./networking.nix
./ssh.nix
./programs.nix
./home.nix
./styling.nix
];
}