mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
update README
This commit is contained in:
parent
16182fdc2b
commit
32adde9eda
@ -31,6 +31,15 @@ sudo nix-channel --update
|
|||||||
|
|
||||||
Then run `nixos-rebuild switch`, see above.
|
Then run `nixos-rebuild switch`, see above.
|
||||||
|
|
||||||
|
## Garbage Collection
|
||||||
|
|
||||||
|
* https://nixos.org/manual/nix/stable/package-management/garbage-collection.html
|
||||||
|
|
||||||
|
```shell
|
||||||
|
nix-env --delete-generations 14d
|
||||||
|
nix-store --gc
|
||||||
|
```
|
||||||
|
|
||||||
## Install Home Manager with niv
|
## Install Home Manager with niv
|
||||||
|
|
||||||
niv:
|
niv:
|
||||||
|
Loading…
Reference in New Issue
Block a user