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
username = "kierank";
16
homeDirectory = "/home/kierank";
17
0
0
0
0
0
18
packages = with pkgs; [
19
# apps
20
iodine
···
15
username = "kierank";
16
homeDirectory = "/home/kierank";
17
18
+
sessionPath = [
19
+
"$HOME/.npm-global/bin"
20
+
"$HOME/.local/share/pnpm"
21
+
];
22
+
23
packages = with pkgs; [
24
# apps
25
iodine