gusostow / home

Nix home manager config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Nix Home Manager set up.

Set up

Get this repo.

$ curl -L https://github.com/gusostow/home/tarball/main -o main.tar.gz
$ tar xvf main.tar.gz
$ mv gusostow-home-* home  # rename output of tarball

Run the bootstrap set up script. It installs Nix, Home Manager, and symlinks the config from the repo into place.

$ ./home/bootstrap.sh

TODO/FIXME

  • Set zsh as default shell
  • Clipboard access on EC2
  • Distinguish hosts from the shell prompt. Instances config feels too similar to my laptop!

About

Nix home manager config


Languages

Language:Lua 64.3%Language:Nix 23.2%Language:Shell 12.5%