Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 807 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 807 Bytes

Nix configuration

This repo houses the Home Manager configuration that I use for my macOS laptop. Here are some tools that I install and configure this way:

  • Neovim
  • tmux
  • Git
  • zsh and oh my zsh (including aliases and environment variables)
  • curl
  • tree
  • Dhall

This list will surely grow over time as new packages are installed.

Debts

This config is heavily indebted to srid/nix-config.

Usage

To use these configs yourself as a starter:

  1. Install Nix
  2. Install Home Manager
  3. cd ~/.config
  4. rm -rf nixpkgs
  5. git clone https://github.com/michaelwebb76/nix-home-config nixpkgs
  6. home-manager switch && source ~/.zshrc