NixOS configuration 馃獎
at refactor/full 11 lines 250 B view raw
1{ 2 imports = [ 3 ../../systems 4 5 ./lib # The library used by our configuration 6 ./checks # tests and checks from our configuration 7 ./shell # Shell environment for this configuration 8 9 ./args.nix # Arguments given to this flake 10 ]; 11}