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" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue