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 embedder to path
dunkirk.sh
1 week ago
66646d92
759d983c
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
+5
-2
2 changed files
expand all
collapse all
unified
split
machines
atalanta
home
default.nix
terebithia
home
default.nix
+4
-1
machines/atalanta/home/default.nix
···
15
15
packages = [
16
16
inputs.nixvim.packages.${pkgs.stdenv.hostPlatform.system}.default
17
17
];
18
18
-
};
18
18
+
sessionPath = [
19
19
+
"$HOME/.embedder/bin"
20
20
+
];
21
21
+
};
19
22
20
23
atelier = {
21
24
shell = {
+1
-1
machines/terebithia/home/default.nix
···
7
7
home = {
8
8
username = "kierank";
9
9
homeDirectory = "/home/kierank";
10
10
-
};
10
10
+
};
11
11
12
12
atelier = {
13
13
shell = {