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
1 changed files with 1 additions and 3 deletions

View File

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