this repo has no description
0
fork

Configure Feed

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

:bug: warning about relative paths

+1 -1
+1 -1
home/default.nix
··· 66 66 zsh = { 67 67 enable = true; 68 68 syntaxHighlighting.enable = true; 69 - dotDir = ".config/zsh"; 69 + dotDir = "${config.xdg.configHome}/zsh"; 70 70 oh-my-zsh = { 71 71 enable = true; 72 72 plugins = ["git" "pass" "kubectl"];