Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.03 KB

home-manager

check

This is my personal configuration for nix home manager

I'm using MacOs. This config could be easily migrated to anything nix supports.

setup

  1. Clone this repo
  2. Install homebrew
  3. Install packages via brew
brew bundle

It's used only for karabiner and alacritty as nix installation for them is either complicated/brittle.

  1. Install nix with flakes

  2. Install home-manager

Run the initial setup which will build all the derivations which may take a while.

  1. Override home manager dir with this repo and install packages in this nix flake
home-manager switch

Learning