feat: update packages for macOS

This commit is contained in:
ryan4yin
2023-05-29 13:13:42 +08:00
parent 3d93f5e624
commit 7f5cc5be23
4 changed files with 46 additions and 15 deletions

View File

@@ -1,9 +1,18 @@
# Install those apps using brew, instead of nix
# because they are not available in nixpkgs with the support of darwin
# ==> Brew Casks
# iglance jdk-mission-control visual-studio-code
# anki firefox iina openinterminal-lite
# insomnia orbstack
# clashx google-chrome intellij-idea-ce pycharm-ce
# discord google-cloud-sdk iterm2 telegram wireshark
{pkgs, ...}:
{
# MacOS specific configuration
home.packages = with pkgs; [
mpv
];
programs.ssh = {