NixOS configuration 馃獎
at refactor/full 6 lines 166 B view raw
1{ 2 imports = [ 3 ./profiles.nix # Profiles that should be applied to a system (specific configurations) 4 ./packages.nix # our own way to install packages 5 ]; 6}