format all files
This commit is contained in:
parent
f940a235f0
commit
a47826b7c2
101 changed files with 1073 additions and 1034 deletions
|
|
@ -1,5 +1,9 @@
|
|||
{ lib, libs, osconfig, ... }:
|
||||
{
|
||||
lib,
|
||||
libs,
|
||||
osconfig,
|
||||
...
|
||||
}: {
|
||||
programs.nixcord = lib.mkIf osconfig.device.programs.nixcord.enable {
|
||||
enable = true;
|
||||
discord = {
|
||||
|
|
@ -12,7 +16,7 @@
|
|||
config = {
|
||||
useQuickCss = true;
|
||||
enableReactDevtools = true;
|
||||
themeLinks = [ "https://catppuccin.github.io/discord/dist/catppuccin-mocha-blue.theme.css" ];
|
||||
themeLinks = ["https://catppuccin.github.io/discord/dist/catppuccin-mocha-blue.theme.css"];
|
||||
|
||||
plugins = {
|
||||
BlurNSFW.enable = true;
|
||||
|
|
@ -44,4 +48,4 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue