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
docs: update home-manager config
dunkirk.sh
8 months ago
e52611d5
924bc5f2
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
+9
-2
1 changed file
expand all
collapse all
unified
split
README.md
+9
-2
README.md
···
48
48
and then clone the repo
49
49
50
50
```bash
51
51
-
git clone git@github.com/taciturnaxolotl/dots
51
51
+
git clone git@github.com:taciturnaxolotl/dots.git
52
52
cd dots
53
53
```
54
54
55
55
and execute the machine profile
56
56
57
57
```bash
58
58
-
home-manager switch --flake .#kierank@nest
58
58
+
nix-shell -p home-manager
59
59
+
home-manager switch --flake .#nest
60
60
+
```
61
61
+
62
62
+
setup atuin and import previous shell history
63
63
+
```bash
64
64
+
atuin login
65
65
+
atuin import
59
66
```
60
67
61
68
### NixOS