nix: update input julm-nix
[sourcephile-nix.git] / nixos / default.nix
1 {
2 imports = [
3 ./options.nix
4 ./modules.nix
5 ];
6 }