Skip to content

ComicShrimp/dotfiles

Repository files navigation

dotfiles

My personal dotfiles for NixOS configuration management.

Installation

Clone this repo in the $HOME directory and run stow to symlink the dotfiles.

NixOS Hosts

See hosts/README.md for information on configuring and adding new NixOS hosts using the modularized configuration system.

Set Zsh as default shell

chsh -s $(which zsh)

Sources/Inspirations

Contributors