Skip to content

Nix home manager config

Notifications You must be signed in to change notification settings

vaporif/home-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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