custom nix configuration
A historic configuration with NixOS linux and WSL linux: 4cb13be
-
Install nix
sh <(curl -L https://nixos.org/nix/install) --darwin-use-unencrypted-nix-store-volume -
Install nix flakes
nix-env -iA nixpkgs.nixVersions.stable mkdir -p ~/.config/nix/ echo "experimental-features = nix-command flakes" > ~/.config/nix/nix.conf
-
Clone the repository
git clone [email protected]:nothingelsematters/nixconfigs.git -
Activate packages
-
for the first time
nix build ".#home.activationPackage" && ./result/activate -
after the first time
hms
-
nix flake update .
nix-collect-garbage -d
My bro's configuration: