Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 706 Bytes

README.md

File metadata and controls

52 lines (35 loc) · 706 Bytes

dotfiles

My personal dotfiles, managed with Nix Flakes.

Install

Clone repository

git clone https://github.com/adjsky/nix-dotfiles.git ~/.config/nix-dotfiles

Configure age keys

mkdir -p ~/Library/Application\ Support/sops/age
cat <<EOF > ~/Library/Application\ Support/sops/age/keys.txt
# created: <timestamp>
# public key: <public_key>
AGE-SECRET-KEY-<private_key>
EOF

Run make

make init

Hints

Git

SSH schema with a custom hostname

git clone git@github-pers:adjsky/dotfiles.git

Nix

Update flake.lock

nix flake update

Rebuild system

switch