Skip to content

ColeTrammer/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .