Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (26 loc) · 1.67 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.67 KB

nix-configs

Get started

Clone and:

ln -s ~/code/github.com/matoous/nix-home ~/.config/home-manager

Home manager can't set default user shell. After install one needs to manually add fish shell to echo '/Users/matousdzivjak/.nix-profile/bin/fish' >> /etc/shells and then update the current users default shell using chsh -s /Users/matousdzivjak/.nix-profile/bin/fish.

SSH

Add key to keychain on MacOS:

ssh-add --apple-use-keychain ~/.ssh/[your-private-key]

Reading

Transforming your existing config files