Add fastfetch + toggleability

This commit is contained in:
ItsDrike 2024-06-20 16:20:55 +02:00
parent 5df0ffe4e5
commit 4f7c9e8a71
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
4 changed files with 49 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";
};
};
}