n3oney / armcord-hm

A home-manager module for ArmCord that allows you to set ArmCord options, Vencord options and your token from within your config.
Open Software License 3.0
1 stars 0 forks source link

White Screen? #1

Closed dennkaii closed 1 year ago

dennkaii commented 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;

        };
      };
    };
  };

2023-10-16T21:21:01,973574229-04:00

n3oney commented 1 year ago

that is not my problem, this only sets the configs, bring it up with armcord itself