Skip to content

GergelyGyimesi/nix-home

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

117 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nix-home

My home environment. Packages are pinned using niv.

Setup/Install

Install Alacritty on the host. It'll then be configured from home-manager.

xcode-select --install
curl -L https://nixos.org/nix/install > nix-install
chmod +x nix-install
./nix-install
nix --version
echo "trusted-users = root $USER" | sudo tee -a /etc/nix/nix.conf && sudo pkill nix-daemon
git clone git@github.com:pwm/nix-home.git ~/nix-home && cd ~/nix-home
bin/install

Update

$ niv update
$ hm switch

About

Nix + HM = <3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Nix 60.7%
  • Shell 22.7%
  • Lua 16.6%