nixcfg/nixosModules/default.nix
Aly Raffauf 647a36b46c refactor flake.nix for multiarch support
flake: simplify nixos hosts with nixpkgs.lib.genAttrs
2024-05-24 13:37:55 -04:00

8 lines
123 B
Nix

inputs: {
config,
pkgs,
...
}: {
imports = [./apps ./containers ./desktop ./scripts ./services ./system ./user];
}