From cf18dcdb67cd319dd898f9d5769c2e86e4517702 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Mon, 10 Nov 2025 20:49:00 +0100 Subject: [PATCH] Add (relevant) '~/.bin' scripts to NixOS --- dots/.bin/README.md | 2 +- home/hosts/vm/default.nix | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dots/.bin/README.md b/dots/.bin/README.md index 6d87a64..ca41434 100644 --- a/dots/.bin/README.md +++ b/dots/.bin/README.md @@ -1,6 +1,6 @@ # Scripts -Mostly tiny helper scripts & experiments, some more useful than others. +Mostly tiny helper scripts \& experiments, some more useful than others. ## Setup diff --git a/home/hosts/vm/default.nix b/home/hosts/vm/default.nix index 8c8f26c..53caf8c 100644 --- a/home/hosts/vm/default.nix +++ b/home/hosts/vm/default.nix @@ -19,6 +19,9 @@ source ${config.home.homeDirectory}/.bash_aliases/lang-js # host-specific config goes here + # ... + + export PATH=${../../../dots/.bin}:$PATH ''; }; firefox.enable = true;