Skip to content

kenrendell/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Dotfiles on Arch Linux

Installation

git clone --bare 'https://github.com/kenrendell/dotfiles.git' "${HOME}/.dotfiles"
alias dotfiles='git --git-dir="${HOME}/.dotfiles" --work-tree="$HOME"'
dotfiles config status.showUntrackedFiles no
dotfiles checkout

Installing Nix Packages

# Allow non-free nix packages
export NIXPKGS_ALLOW_UNFREE=1

# Build and install nix packages
nix run --impure "${XDG_CONFIG_HOME}/nix/pkgs#profile.switch"

# Update nix packages
nix flake update --flake "${XDG_CONFIG_HOME}/nix/pkgs"
nix run --impure "${XDG_CONFIG_HOME}/nix/pkgs#profile.switch"

See Declarative profiles with Nix flakes