this repo has no description
0
fork

Configure Feed

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

:sparkles: dot dir on zsh config

+1
+1
home-manager/default.nix
··· 101 101 zsh = { 102 102 enable = true; 103 103 enableSyntaxHighlighting = true; 104 + dotDir = ".config/zsh"; 104 105 oh-my-zsh = { 105 106 enable = true; 106 107 plugins = [ "git" ];