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
and then clone the repo
49
50
```bash
51
-
git clone git@github.com/taciturnaxolotl/dots
52
cd dots
53
```
54
55
and execute the machine profile
56
57
```bash
58
-
home-manager switch --flake .#kierank@nest
0
0
0
0
0
0
0
59
```
60
61
### NixOS
···
48
and then clone the repo
49
50
```bash
51
+
git clone git@github.com:taciturnaxolotl/dots.git
52
cd dots
53
```
54
55
and execute the machine profile
56
57
```bash
58
+
nix-shell -p home-manager
59
+
home-manager switch --flake .#nest
60
+
```
61
+
62
+
setup atuin and import previous shell history
63
+
```bash
64
+
atuin login
65
+
atuin import
66
```
67
68
### NixOS