git-subtree-dir: pages git-subtree-mainline: d1a4c7ee072f26f089255f9b76f7c662477ee791 git-subtree-split: 8c13b4fcc9270f1e57a1dc1859f2e43df9f7ca97
17 lines
243 B
Markdown
17 lines
243 B
Markdown
# Commands
|
|
## NixOS
|
|
Update system
|
|
```bash
|
|
sudo nixos-rebuild switch --flake ~/system/#xv-desktop
|
|
```
|
|
|
|
Update home manager
|
|
```bash
|
|
home-manager --flake ~/system/#xeovalyte@xv-desktop switch
|
|
```
|
|
|
|
Refresh input URL's
|
|
```bash
|
|
nix flake update
|
|
```
|