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 go bin to path
dunkirk.sh
2 months ago
0cb19406
d177edac
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
+4
1 changed file
expand all
collapse all
unified
split
modules
home
system
shell.nix
+4
modules/home/system/shell.nix
···
633
633
glow
634
634
];
635
635
636
636
+
home.sessionPath = [
637
637
+
"$HOME/go/bin"
638
638
+
];
639
639
+
636
640
atelier.shell.git.enable = lib.mkDefault true;
637
641
};
638
642
}