updates
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
0d1d451171
commit
5f9fb27ebb
17 changed files with 201 additions and 120 deletions
|
|
@ -1,25 +1,12 @@
|
|||
# Discord is a popular chat application.
|
||||
{ inputs, ... }:
|
||||
{
|
||||
# ...
|
||||
# imports = [inputs.nixcord.homeModules.nixcord];
|
||||
|
||||
programs.nixcord = {
|
||||
enable = true;
|
||||
# quickCss = "some CSS";
|
||||
config = {
|
||||
# useQuickCss = true;
|
||||
themeLinks = [
|
||||
];
|
||||
frameless = true; # set some Vencord options
|
||||
plugins = {
|
||||
hideAttachments.enable = true;
|
||||
ignoreActivities = {
|
||||
enable = true;
|
||||
ignorePlaying = true;
|
||||
ignoreWatching = true;
|
||||
# ignoredActivities = [ "someActivity" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
extraConfig = {
|
||||
frameless = true;
|
||||
};
|
||||
};
|
||||
# ...
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue