NixOS configuration 馃獎
at refactor/full 6 lines 137 B view raw
1{ 2 imports = [ 3 ./nix # nix environment configuration (e.g nixpkgs) 4 ./style.nix # Configure the users style configuration 5 ]; 6}