~sirn/dotfiles

A Rube Goldberg machine
programs,{jujutsu/wezterm}: use unstable instead of nightlies
home/plasma: switch okular, gwenview, and okular to flatpak
home/home: enable gc

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~sirn/dotfiles
read/write
git@git.sr.ht:~sirn/dotfiles

You can also use your local clone with git send-email.

#Dotfiles

#Instructions

Clone the repository:

$ git clone git@git.sr.ht:~sirn/dotfiles ~/.dotfiles

Install Nix:

$ sh <(curl -L https://nixos.org/nix/install) --daemon

Configure nix, edit ~/.config/nix/nix.conf:

experimental-features = nix-command flakes

Setup Home Manager:

$ nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
$ nix-channel --update

Setup home directory with Home Manager:

$ ~/.dotfiles/bin/home-manager-switch