Closed dennkaii closed 1 year ago
literally the title not sure why tho here the flake for reference
url = "github:n3oney/armcord-hm"; inputs.nixpkgs.follows = "nixpkgs"; }; config.hmModules= mkIf cfg.enable [inputs.armcord-hm.homeManagerModules.default]; options.programs.discord.enable = mkEnableOption "discord"; config.hm = mkIf cfg.enable { programs.armcord = { enable = true; armcordSettings = { alternativePaste = false; armcordCSP = true; automaticPatches = false; channel = "canary"; disableAutogain = false; minimizeToTray = true; multiInstance = false; performanceMode = "performance"; skipSplash = true; spellcheck = true; startMinimized = false; tray = true; trayIcon = "default"; useLegacyCapturer = false; # windowStyle = "transparent"; }; vencordSettings = { notifyAboutUpdates = false; autoUpdate = false; frameless = true; # transparent = true; disbaleMinSize = true; winNativeTitleBar = false; winCtrlQ = false; plugins = { CallTimer.enabled = true; NoReplyMention = { # don't ping vaxry pls userList = "372809091208445953"; enabled = true; shouldPingListed = false; }; ClearURLs.enabled = true; ForceOwnerCrown.enabled = true; WhoReacted.enabled = true; SilentTyping.enabled = true; TypingIndicator.enabled = true; TypingTweaks.enabled = true; ReverseImageSearch.enabled = false; QuickReply.enabled = true; ReadAllNotificationsButton.enabled = true; }; }; }; };
that is not my problem, this only sets the configs, bring it up with armcord itself
literally the title not sure why tho here the flake for reference