bug: nixfmt not in default config, only desktop

This commit is contained in:
wi11-holdsworth 2025-07-31 11:30:42 +10:00
parent 3f07d56953
commit 23885308b8
2 changed files with 1 additions and 1 deletions

View file

@ -20,7 +20,6 @@ in
jellyfin-media-player jellyfin-media-player
kiwix kiwix
libreoffice libreoffice
nixfmt-rfc-style
obsidian obsidian
vlc vlc
vscode vscode

View file

@ -35,5 +35,6 @@ in
lazygit lazygit
nom nom
ripgrep-all ripgrep-all
nixfmt-rfc-style
]; ];
} }