Initial dendritic rewrite
This commit is contained in:
17
modules/features/vesktop.nix
Normal file
17
modules/features/vesktop.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
flake.modules.homeManager.vesktop = {
|
||||
programs.vesktop = {
|
||||
enable = true;
|
||||
vencord = {
|
||||
settings = {
|
||||
oUpdate = false;
|
||||
autoUpdateNotification = false;
|
||||
notifyAboutUpdates = false;
|
||||
useQuickCss = true;
|
||||
disableMinSize = true;
|
||||
enabledThemes = [ "noctalia.theme.css" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user