/dotfiles

My setup

Primary LanguageNix

Home Manager and NixOS

Nix snowflake

Home Manager Manual

Installation

Clone this repo to ~/.config/home-manager and then run:

nix --extra-experimental-features 'nix-command flakes' run home-manager/master -- switch

Building a new Home Manager configuration

home-manager switch

Building a new NixOS configuration

sudo nixos-rebuild switch --flake "$HOME/.config/home-manager#$(hostname)"