my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
12
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(envrc): correct paths

+2 -2
+2 -2
.envrc
··· 5 # we want to track changes here, and reaload the environment 6 # we choose these files because they are the ones that are most likely 7 # to have made a change that required a shell reaload 8 - watch_dir parts/programs 9 - watch_file parts/args.nix 10 11 # now we want to load the flake environment 12 use flake
··· 5 # we want to track changes here, and reaload the environment 6 # we choose these files because they are the ones that are most likely 7 # to have made a change that required a shell reaload 8 + watch_dir modules/flake/programs 9 + watch_file modules/flake/args.nix 10 11 # now we want to load the flake environment 12 use flake