cleanup: remove obsolete waybar and walker CSS templates

This commit is contained in:
Bernardo Magri
2026-04-06 21:41:14 +01:00
parent 45ca66119a
commit 0065334164
12 changed files with 57 additions and 98 deletions

View File

@@ -67,10 +67,11 @@ nomarchy.home.terminal = "kitty";
```
### Applying Changes
After editing your files, apply them instantly:
After editing your files, apply them instantly. **IMPORTANT:** Nomarchy requires the `--impure` flag for evaluation. You **MUST** use the following aliases rather than standard NixOS commands:
```bash
sys-update # Rebuilds the NixOS system
env-update # Reloads your Home Manager environment
sys-update # Rebuilds the NixOS system (Runs: sudo nixos-rebuild switch --flake .#default --impure)
env-update # Reloads your Home Manager environment (Runs: home-manager switch --flake .#default --impure)
```
---