nixfiles/hosts/artemis/default.nix
Callum Leslie fdafb67215 finally on flake parts
just need to remove fup now
2024-09-05 11:07:23 +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
];
}