Add (relevant) '~/.bin' scripts to NixOS

main
Hektor Misplon 2025-11-10 20:49:00 +01:00
parent 408fb8ee0b
commit cf18dcdb67
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Scripts # Scripts
Mostly tiny helper scripts & experiments, some more useful than others. Mostly tiny helper scripts \& experiments, some more useful than others.
## Setup ## Setup

View File

@ -19,6 +19,9 @@
source ${config.home.homeDirectory}/.bash_aliases/lang-js source ${config.home.homeDirectory}/.bash_aliases/lang-js
# host-specific config goes here # host-specific config goes here
# ...
export PATH=${../../../dots/.bin}:$PATH
''; '';
}; };
firefox.enable = true; firefox.enable = true;