mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 12:00:14 +00:00
fixes for flame server
This commit is contained in:
@ -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
|
||||
];
|
||||
|
@ -16,7 +16,7 @@ in
|
||||
|
||||
nmasur.profiles.base.enable = lib.mkDefault true;
|
||||
|
||||
homebrew.casks = lib.mkDefault [
|
||||
homebrew.casks = [
|
||||
"keybase" # GUI on Nix not available for macOS
|
||||
];
|
||||
|
||||
|
@ -16,7 +16,7 @@ in
|
||||
|
||||
nmasur.profiles.base.enable = lib.mkDefault true;
|
||||
|
||||
homebrew.casks = lib.mkDefault [
|
||||
homebrew.casks = [
|
||||
"steam" # Not packaged for Nixon macOS
|
||||
"epic-games" # Not packaged for Nix
|
||||
];
|
||||
|
Reference in New Issue
Block a user