diff options
| author | adikro <adikro@disroot.org> | 2026-02-12 19:36:41 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-02-12 19:36:41 +0100 |
| commit | 9868584ddabad45a9964ae9bf64d109963fd1e3d (patch) | |
| tree | 4bad8146b5c3350f7c0c17c4764885cc11637b35 /hm/shell | |
| parent | 1ff6f0eb48961e6482ec1b7d0dd9b606e85ddc79 (diff) | |
added install scripts
Diffstat (limited to 'hm/shell')
| -rw-r--r-- | hm/shell/fish.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hm/shell/fish.nix b/hm/shell/fish.nix index a417274..d7f7248 100644 --- a/hm/shell/fish.nix +++ b/hm/shell/fish.nix @@ -25,6 +25,7 @@ in nd = "nix develop ."; nos = "nh os switch ."; nob = "nh os boot ."; + nus = "nh os switch . -u"; nfu = "nix flake update"; md = "mkdir -p"; |
