nix_config/README.md
2025-08-25 22:37:29 -06:00

12 lines
368 B
Markdown

## Unified nix configuration
Update whole flake (clean working directory 1st): `nix flake update --commit-lock-file`
Switch current machine: `sudo nixos-rebuild switch --flake . --show-trace`
Switch current home manager: `home-manager switch --flake . --show-trace`
## Maintenance shit ()
Clean shit de Home: `nix store gc`
Clean shit de sys: `sudo nix store gc`