mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 02:50:41 +00:00
Add fastfetch + toggleability
This commit is contained in:
parent
5df0ffe4e5
commit
8b89b321e8
5 changed files with 50 additions and 16 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue