cleanup: remove obsolete waybar and walker CSS templates
This commit is contained in:
@@ -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)
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user