]> Git — Sourcephile - julm/julm-nix.git/blob - nixos/default.nix
nix: cleaner fileset
[julm/julm-nix.git] / nixos / default.nix
1 { lib, inputs, ... }:
2 with lib;
3 {
4 imports = [
5 inputs.nixpkgs.nixosModules.notDetected
6 ./options.nix
7 ./modules.nix
8 ./profiles/networking.nix
9 ./profiles/security.nix
10 ./profiles/system.nix
11 ];
12 }