use theme via theme
This commit is contained in:
parent
3b4adae6c2
commit
597ab0e3da
3 changed files with 1939 additions and 11 deletions
|
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
1933
common/discord/theme.css
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue