mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 03:10:43 +00:00
Add webcord
This commit is contained in:
parent
6bedfed95c
commit
6545dda7f8
4 changed files with 41 additions and 0 deletions
|
@ -33,6 +33,10 @@ in
|
|||
enable = mkEnableOption "Vesktop (An alternate client for Discord with Vencord built-in)";
|
||||
autoStart = mkEnableOption "Auto-Start for Vesktop";
|
||||
};
|
||||
webcord = {
|
||||
enable = mkEnableOption "Webcord (An electron-based Discord client implemented without Discord API with Vencord built-in)";
|
||||
autoStart = mkEnableOption "Auto-Start for Webcord";
|
||||
};
|
||||
nomacs.enable = mkEnableOption "Nomacs (Qt-based image viewer)";
|
||||
qimgv.enable = mkEnableOption "QImgV (Qt-based image viewer with video support)";
|
||||
qbittorrent.enable = mkEnableOption "Qbittorrent (Free software BitTorrent client)";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue