mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-09-06 02:40:39 +00:00
docs
This commit is contained in:
10
README.md
10
README.md
@@ -25,6 +25,10 @@ nix run nix-darwin -- switch --flake ~/.config/nix-macos#<host>
|
|||||||
vai
|
vai
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
- [nix-darwin](https://daiderd.com/nix-darwin/manual/index.html)
|
||||||
|
|
||||||
## Crypt
|
## Crypt
|
||||||
|
|
||||||
Files under `secrets` are encrypted using `git-crypt`.
|
Files under `secrets` are encrypted using `git-crypt`.
|
||||||
@@ -37,3 +41,9 @@ git-crypt export-key - | base64 > .key.b64
|
|||||||
cat .key.b64 | base64 --decode > .key
|
cat .key.b64 | base64 --decode > .key
|
||||||
git-crypt unlock .key
|
git-crypt unlock .key
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## TODO
|
||||||
|
|
||||||
|
Stuff that I would like to automate, but have not found a way
|
||||||
|
|
||||||
|
- Disable the default Spotlight keyboard shortcut. For now manually go to Settings -> Keyboard Shortcuts -> Spotlight -> Untick
|
||||||
|
Reference in New Issue
Block a user