diff options
| -rw-r--r-- | modules/home-manager/nixcord.nix | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/modules/home-manager/nixcord.nix b/modules/home-manager/nixcord.nix index 92935c9..3655d17 100644 --- a/modules/home-manager/nixcord.nix +++ b/modules/home-manager/nixcord.nix @@ -9,19 +9,13 @@ config = lib.mkIf config.nixcord.enable { programs.nixcord = { enable = true; - #discord.enable = false; - #vesktop.enable = true; - #quickCss = "some CSS"; # quickCSS file config = { - #useQuickCss = true; # use our quickCSS themeLinks = [ - # or use an online theme "https://refact0r.github.io/system24/theme/system24.theme.css" ]; - frameless = true; # set some Vencord options + frameless = true; plugins = { alwaysAnimate.enable = false; - hideAttachments.enable = true; imageLink.enable = true; imageZoom.enable = true; translate.enable = true; |
