Skip to content

karstenpedersen/dotfiles-old

Repository files navigation

Dotfiles

My personal dotfiles based around NixOS with home-manager.

Get Started

# Clone repository
git clone git@github.com:karstenpedersen/dotfiles.git
cd dotfiles

# Make install.sh executable
chmod +x install.sh

# Build NixOS and home-manager
sudo nixos-rebuild switch --flake .#<hostname>