Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 854 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 854 Bytes

Cole's dotfiles and NixOS configuration

Setup

NixOS

Full system setup is done using NixOS. You can use the graphical NixOS installer, but this won't allow using the impermenance setup. You can partition the hard drive using the btrfs disko module, and then install NixOS. Afterwards, you can add a configuration to hosts/ and activate it with:

sudo nisos-rebuild switch --flake .#$HOSTNAME

Home Manager

On other systems, you can still install the dotfiles using Nix Home Manager. Follow the link for installation instructions.

After home manager is installed, you would add a new configuration to home/configuration/$SYSTEM/$USER-$HOSTNAME.nix. You can activate this configuration by running a command like:

home-manager switch --flake .