chore: format all files to nixpkgs standards

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-01-16 11:33:01 -03:00
parent c089af45ef
commit 965ac78482
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
12 changed files with 152 additions and 121 deletions

View file

@ -33,11 +33,11 @@
fish_prompt.body = ''
set_color CC241D
echo '&' (set_color normal)
'';
'';
fzf_edit.body = ''
fzf --multi --bind 'enter:become(nvim {+})'
'';
'';
};
};
}