Skip to content

Latest commit

 

History

History
36 lines (34 loc) · 884 Bytes

File metadata and controls

36 lines (34 loc) · 884 Bytes

nixos-home

dotfiles for Nix + home-manager (mostly for NixOS)

Built with Nix

What’s included

STRT Installation

NixOS

Switch to root

sudo -i

Add home-manager channel

nix-channel --add https://github.com/rycee/home-manager/archive/master.tar.gz home-manager
nix-channel --update

Clone this repository

nix-shell -p git --run git clone https://github.com/filalex77/nixos-home.git /etc/nixos

Link the host you’re on

ln -s "/etc/nixos/hosts/${HOST}/configuration.nix" /etc/nixos/host-configuration.nix

Switch to the new configuration

nixos-rebuild switch

Exit root user

exit