Add (relevant) '~/.bin' scripts to NixOS
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user