fixes for flame server

This commit is contained in:
Noah Masur
2025-03-08 01:31:42 +00:00
parent dd95c94b6e
commit 1276bcf19e
14 changed files with 20 additions and 31 deletions

View File

@ -19,10 +19,10 @@ in
homebrew = lib.mkDefault true;
};
homebrew.brews = lib.mkDefault [
homebrew.brews = [
"trash" # Delete files and folders to trash instead of rm
];
homebrew.casks = lib.mkDefault [
homebrew.casks = [
"scroll-reverser" # Different scroll style for mouse vs. trackpad
"notunes" # Don't launch Apple Music with the play button
];