more stuff

This commit is contained in:
Noah Masur
2025-02-01 16:10:16 -05:00
parent ea3ab18cca
commit 1226eafef2
34 changed files with 291 additions and 308 deletions

View File

@ -14,6 +14,11 @@ in
config = lib.mkIf cfg.enable {
nmasur.presets = {
fish = lib.mkDefault true;
homebrew = lib.mkDefault true;
};
homebrew.brews = lib.mkDefault [
"trash" # Delete files and folders to trash instead of rm
];