My Nix configuration
- Install nix (and enable flakes if needed)
- Clone this repository
nix run nixpkgs#git -- clone https://github.com/ymgyt/mynix.git- Run task
nix shell nixpkgs#just -c just apply# Apply nixos/darwin configuration (defaults to $(hostname))
just apply
just apply xps15 # explicit host
# List available recipes
just
# Format nix files
just fmt
# Run flake check
just check
# Update nixpkgs
just update
# Garbage collect
just gc