style: switch to nixfmt rfc style, format tree

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2024-09-26 05:28:35 +02:00
parent 27232c4f9b
commit cb15b12984
11 changed files with 121 additions and 122 deletions

View file

@ -32,16 +32,13 @@ perms:
foreground: Red
other_execute:
foreground: Green
filenames:
# Just change the icon glyph
Cargo.toml: {icon: {glyph: 🦀}}
Cargo.lock: {icon: {glyph: 🦀}}
extensions:
# Change the filename color and icon
# NOTE: not all unicode glyphs support color changes
rs: {filename: {foreground: Red}, icon: {glyph: 🦀}}
# Change the icon glyph and color
nix: {icon: {glyph: ❄, style: {foreground: White}}}