mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 21:35:37 +00:00
browse active directory on macos
This commit is contained in:
parent
4e23d677e8
commit
657bec0929
@ -29,17 +29,19 @@
|
|||||||
];
|
];
|
||||||
brews = [
|
brews = [
|
||||||
"trash" # Delete files and folders to trash instead of rm
|
"trash" # Delete files and folders to trash instead of rm
|
||||||
|
"openjdk" # Required by Apache Directory Studio
|
||||||
];
|
];
|
||||||
casks = [
|
casks = [
|
||||||
"firefox" # Firefox packaging on Nix is broken for MacOS
|
"firefox" # Firefox packaging on Nix is broken for macOS
|
||||||
"1password" # 1Password packaging on Nix is broken for MacOS
|
"1password" # 1Password packaging on Nix is broken for macOS
|
||||||
"scroll-reverser" # Different scroll style for mouse vs. trackpad
|
"scroll-reverser" # Different scroll style for mouse vs. trackpad
|
||||||
"meetingbar" # Show meetings in menu bar
|
"meetingbar" # Show meetings in menu bar
|
||||||
"gitify" # Git notifications in menu bar
|
"gitify" # Git notifications in menu bar
|
||||||
"logitech-g-hub" # Mouse and keyboard management
|
"logitech-g-hub" # Mouse and keyboard management
|
||||||
"mimestream" # Gmail client
|
"mimestream" # Gmail client
|
||||||
"obsidian" # Obsidian packaging on Nix is not available for MacOS
|
"obsidian" # Obsidian packaging on Nix is not available for macOS
|
||||||
"steam" # Not packaged for Nix
|
"steam" # Not packaged for Nix
|
||||||
|
"apache-directory-studio" # Packaging on Nix is not available for macOS
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user