feat: change theme to gruvbox lol, remove unused libs from homebrew

This commit is contained in:
Rasyidan Akbar F. 2025-10-30 19:45:16 +07:00
commit 09847ce6ed
3 changed files with 28 additions and 34 deletions

View file

@ -11,7 +11,7 @@ in {
};
taps = mkOption {
type = types.listOf types.str;
default = [ ];
default = [ "FelixKratz/formulae" ];
description = "Homebrew taps to add.";
};
brews = mkOption {