fix: move to nixfmt-rfc-style instead of nixpkgs-fmt

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-06-24 03:20:30 -03:00
parent 5ad03ee2e8
commit ecbe0c069c
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
14 changed files with 184 additions and 83 deletions

View file

@ -28,9 +28,13 @@
zoxide init --cmd cd fish | source
'';
shellAbbrs = { z = "zoxide"; };
shellAbbrs = {
z = "zoxide";
};
shellAliases = { del = "trash_file"; };
shellAliases = {
del = "trash_file";
};
functions = {
fish_prompt.body = ''