switch back to nixfmt

This commit is contained in:
Sean Kovacs 2026-01-19 22:27:28 -05:00
commit 62032eab6d
Signed by: sckova
GPG key ID: 00F325187C68651A
37 changed files with 797 additions and 689 deletions

View file

@ -2,9 +2,9 @@
autoUpdate = true;
autoUpdateNotification = true;
useQuickCss = true;
themeLinks = [];
themeLinks = [ ];
eagerPatches = false;
enabledThemes = ["catppuccin.css"];
enabledThemes = [ "catppuccin.css" ];
enableReactDevtools = false;
frameless = false;
transparent = true;
@ -330,8 +330,8 @@
ImageFilename.enabled = false;
};
uiElements = {
chatBarButtons = {};
messagePopoverButtons = {};
chatBarButtons = { };
messagePopoverButtons = { };
};
notifications = {
timeout = 5000;