diff options
| author | 2026-05-14 11:05:31 +0100 | |
|---|---|---|
| committer | 2026-05-14 11:05:31 +0100 | |
| commit | b37787a62f77e625fee99fb430d392d20ba04152 (patch) | |
| tree | a1efc4317c9abfe32b54fc2787880c9f429afd50 /remote-dev | |
| parent | b60042404a8aeab81b81380b401d638fb20a1b0e (diff) | |
| download | dotfiles-b37787a62f77e625fee99fb430d392d20ba04152.tar.gz dotfiles-b37787a62f77e625fee99fb430d392d20ba04152.tar.bz2 dotfiles-b37787a62f77e625fee99fb430d392d20ba04152.zip | |
feat(remote-dev): add just to the nix profile
So the dotfiles `justfile` (and any in-tree project justfiles the user
checks out on the VM) work without falling back to make/scripts.
Diffstat (limited to 'remote-dev')
| -rw-r--r-- | remote-dev/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remote-dev/home.nix b/remote-dev/home.nix index 184de6b..98376a4 100644 --- a/remote-dev/home.nix +++ b/remote-dev/home.nix @@ -41,6 +41,7 @@ in sd choose zoxide + just # Viewers bat |
