Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 262 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 262 Bytes

dotfiles

My nixos configuration

usage

# bootstrap environment
nix-shell
# apply system config
sudo nixos-rebuild switch --flake .#hostname
# if on live medium
nixos-install --flake .#hostname
# home configuration is automagically applied