mirror of
https://github.com/davegallant/nix-config
synced 2026-01-07 02:34:07 +00:00
e8776c93cf2d2106c3a0a25125d41edf0d81b584
config
This repo stores nix expressions and other configuration.
Setup
git
Clone this as a bare repo to avoid the need for symlinking:
$ git clone --bare git@github.com:davegallant/config.git $HOME/.dotfiles
$ alias config='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' # add alias to a .bashrc / .zshrc
$ config config --local status.showUntrackedFiles no
$ config checkout -f # this will overwrite any existing configs in the home directory
home manager
Install nix and home-manager.
$ home-manager -f ~/nix/home.nix switch
Languages
Nix
96.1%
Shell
2.3%
Just
1.6%