use theme via theme

This commit is contained in:
Noa Aarts 2025-03-09 21:46:46 +01:00
parent 3b4adae6c2
commit 597ab0e3da
Signed by: noa
GPG key ID: 1850932741EFF672
3 changed files with 1939 additions and 11 deletions

View file

@ -6,10 +6,13 @@
imports = [
inputs.nixcord.homeManagerModules.nixcord
];
home.file.".config/Vencord/themes/midnight.theme.css".source = ./theme.css;
programs.nixcord = {
enable = true;
quickCss = "";
config = {
frameless = true;
useQuickCss = true;
plugins = {
blurNSFW.enable = true;
fakeNitro.enable = true;
@ -30,5 +33,8 @@
validReply.enable = true;
};
};
extraConfig = {
enabledThemes = [ "midnight.theme.css" ];
};
};
}

View file

@ -1,11 +0,0 @@
{
"SKIP_HOST_UPDATE": true,
"IS_MAXIMIZED": true,
"IS_MINIMIZED": false,
"WINDOW_BOUNDS": {
"x": 320,
"y": 180,
"width": 1280,
"height": 720
}
}

1933
common/discord/theme.css Normal file

File diff suppressed because it is too large Load diff