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

This commit is contained in:
2025-11-10 20:51:55 +01:00
parent 6382841d51
commit f5e784399b
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -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;