tangled
alpha
login
or
join now
dunkirk.sh
/
dots
3
fork
atom
Kieran's opinionated (and probably slightly dumb) nix config
3
fork
atom
overview
issues
pulls
pipelines
feat: add npm to path
dunkirk.sh
1 month ago
08be35de
957885fa
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
+5
1 changed file
expand all
collapse all
unified
split
machines
ember
default.nix
+5
machines/ember/default.nix
···
15
15
username = "kierank";
16
16
homeDirectory = "/home/kierank";
17
17
18
18
+
sessionPath = [
19
19
+
"$HOME/.npm-global/bin"
20
20
+
"$HOME/.local/share/pnpm"
21
21
+
];
22
22
+
18
23
packages = with pkgs; [
19
24
# apps
20
25
iodine