Add fastfetch + toggleability

This commit is contained in:
ItsDrike 2024-06-20 16:20:55 +02:00
parent 5df0ffe4e5
commit 8b89b321e8
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
5 changed files with 50 additions and 16 deletions

View file

@ -32,5 +32,10 @@ in
enable = mkEnableOption "Vesktop (An alternate client for Discord with Vencord built-in)";
autoStart = mkEnableOption "Auto-Start for Vesktop";
};
tools = {
fastfetch.enable = mkEnableOption "FastFetch (fast neofetch)";
hyfetch.enable = mkEnableOption "Neofetch with pride flags";
};
};
}