fix: remove obsolete webcord config
This commit is contained in:
parent
826d63c832
commit
0a86216e77
2 changed files with 0 additions and 157 deletions
|
@ -1,75 +0,0 @@
|
|||
{
|
||||
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";
|
||||
}
|
|
@ -1,82 +0,0 @@
|
|||
{
|
||||
"settings": {
|
||||
"general": {
|
||||
"menuBar": {
|
||||
"hide": true
|
||||
},
|
||||
"tray": {
|
||||
"disable": true
|
||||
},
|
||||
"taskbar": {
|
||||
"flash": true
|
||||
},
|
||||
"window": {
|
||||
"transparent": false,
|
||||
"hideOnClose": false
|
||||
}
|
||||
},
|
||||
"privacy": {
|
||||
"blockApi": {
|
||||
"science": true,
|
||||
"typingIndicator": true,
|
||||
"fingerprinting": true
|
||||
},
|
||||
"permissions": {
|
||||
"video": null,
|
||||
"audio": false,
|
||||
"fullscreen": true,
|
||||
"notifications": null,
|
||||
"display-capture": true,
|
||||
"background-sync": false
|
||||
}
|
||||
},
|
||||
"advanced": {
|
||||
"csp": {
|
||||
"enabled": true
|
||||
},
|
||||
"cspThirdParty": {
|
||||
"spotify": true,
|
||||
"gif": true,
|
||||
"hcaptcha": true,
|
||||
"youtube": true,
|
||||
"twitter": true,
|
||||
"twitch": true,
|
||||
"streamable": true,
|
||||
"vimeo": true,
|
||||
"soundcloud": true,
|
||||
"paypal": true,
|
||||
"audius": true,
|
||||
"algolia": true,
|
||||
"reddit": true,
|
||||
"googleStorageApi": true
|
||||
},
|
||||
"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
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue