switch back to nixfmt
This commit is contained in:
parent
6d30e0a9f5
commit
62032eab6d
37 changed files with 797 additions and 689 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue