1
mirror of https://github.com/wlcx/home.git synced 2025-10-11 22:43:44 +01:00

Autoformat with nixfmt, add devshell with autofmt script

This commit is contained in:
Sam Willcocks 2022-01-08 02:37:38 +00:00
parent e6e69f823e
commit 90dfbca404

View File

@ -21,9 +21,7 @@
fzf.enable = true; fzf.enable = true;
zsh = { zsh = {
enable = true; enable = true;
shellAliases = { shellAliases = { g = "git"; };
g = "git";
};
prezto = { prezto = {
enable = true; enable = true;
prompt.theme = "giddie"; prompt.theme = "giddie";