# Updating system

- Simply run this in the root directory of the flake

```bash
nix flake update
```

# Cleaning garbage

- Run this

```bash
nix store gc --debug && sudo nix store gc --debug
```