A rewrite of my old dotfiles configuration for use in NixOS, with home-manager.
A nix shell is provided, so clone the repository, and install nix. You can then enter the shell with
nix-shellThe following commands will setup everything on the system:
nixos-rebuild switch --flake ./#titan-r- rebuild the OS (if using NixOS)home-manager switch --flake ./#zorbik@titan-r- rebuild dotfiles and install programs
hosts/<hostname>contains configuration for all systems running NixOShomes/<username>contains the home-manager module for each user on the hostmodules/contains reusable modules, split by typehome/contains home-manager modules split by category & programnixos/contains nixos modules split by category & program