Skip to content

sirn/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Instructions

Clone the repository:

$ git clone git@git.sr.ht:~sirn/dotfiles ~/.dotfiles

Install Nix:

$ sh <(curl -L https://nixos.org/nix/install) --daemon

Configure nix, edit ~/.config/nix/nix.conf:

experimental-features = nix-command flakes

Setup Home Manager:

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

Setup home directory with Home Manager:

$ ~/.dotfiles/bin/home-manager-switch