Reproducible dotfiles in nix
0
fork

Configure Feed

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

add .gitignore and opencode path

+2
+1
.gitignore
··· 1 + .crush/*
+1
lib/shared/home.nix
··· 33 33 ] ++ lib.optionals pkgs.stdenv.isDarwin [ 34 34 "/opt/homebrew/opt/node@22/bin" 35 35 "/opt/homebrew/bin" 36 + "$HOME/.opencode/bin" 36 37 ]; 37 38 # environment.pathsToLink = ["/usr/share/zsh/vendor-completions"]; 38 39