Added Vesktop
This commit is contained in:
18
home/programs/social/vesktop.nix
Normal file
18
home/programs/social/vesktop.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ lib, ... }:
|
||||
{
|
||||
programs.nixcord = {
|
||||
enable = true;
|
||||
discord = lib.mkForce { enable = false; };
|
||||
vesktop.enable = true;
|
||||
|
||||
config = {
|
||||
useQuickCss = true;
|
||||
plugins = {
|
||||
betterFolders.enable = true;
|
||||
betterRoleContext.enable = true;
|
||||
mentionAvatars.enable = true;
|
||||
# Add other plugins as needed
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user