{ config, lib, pkgs, ... }: { home.packages = with pkgs; [ webcord-vencord ]; #xdg.configFile."WebCord/Themes/catppuccin-mocha.theme.css".source = builtins.fetchurl { # url = "https://catppuccin.github.io/discord/dist/catppuccin-mocha.theme.css"; # sha256 = "065ln4b8rgbdqnfkafqpg9pw5fnabk1nkx7hly88m4g6f6bkznkq"; #}; #xdg.configFile."WebCord/config.json".text = builtins.toJSON { # settings = { # general = { # menuBar.hide = true; # tray.disable = true; # taskbar.flash = false; # window = { # hideOnClose = false; # transparent = false; # }; # }; # privacy = { # blockApi = { # science = true; # typingIndicator = true; # fingerprinting = true; # }; # permissions = { # audio = true; # fullscreen = true; # notifications = true; # display-capture = true; # video = false; # background-sync = false; # }; # }; # advanced = { # csp.enabled = true; # cspThirdParty = { # spotify = false; # gif = true; # hcaptcha = true; # youtube = true; # twitter = false; # twitch = false; # streamable = false; # vimeo = false; # soundcloud = false; # paypal = false; # audius = false; # algolia = false; # reddit = false; # googleStorageApi = false; # }; # currentInstance.radio = 0; # devel.enabled = false; # redirection.warn = true; # optimize.gpu = true; # webApi.webGl = true; # unix.autoscroll = false; # }; # }; # update.notification = { # version = ""; # till = ""; # }; # screenShareStore.audio = false; #}; #xdg.configFile."WebCord/config.json".source = config.lib.file.mkOutOfStoreSymlink "./config.json"; }