static/pages/docs/linux/commands.md

17 lines
243 B
Markdown
Raw Normal View History

# 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
```