Group app programs options

This commit is contained in:
ItsDrike 2024-06-21 11:41:29 +02:00
parent 92e0e85ee6
commit 874cbcec70
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
7 changed files with 23 additions and 18 deletions

View file

@ -26,13 +26,15 @@ in
schizofox.enable = mkEnableOption "Schizophrenic version of Firefox browser";
};
spotify.enable = mkEnableOption "Spotify";
stremio.enable = mkEnableOption "Stremio free media center";
vesktop = {
enable = mkEnableOption "Vesktop (An alternate client for Discord with Vencord built-in)";
autoStart = mkEnableOption "Auto-Start for Vesktop";
applications = {
spotify.enable = mkEnableOption "Spotify";
stremio.enable = mkEnableOption "Stremio free media center";
vesktop = {
enable = mkEnableOption "Vesktop (An alternate client for Discord with Vencord built-in)";
autoStart = mkEnableOption "Auto-Start for Vesktop";
};
nomacs.enable = mkEnableOption "Nomacs (Qt-based image viewer)";
};
nomacs.enable = mkEnableOption "Nomacs (Qt-based image viewer)";
tools = {
fastfetch.enable = mkEnableOption "FastFetch (fast neofetch)";