Skip to content

Remedan/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)"