feat: install apps using homebrew instead of nix

This commit is contained in:
Ryan Yin
2023-07-05 15:34:42 +08:00
parent e90d2eca1e
commit 4af3fa88dd
5 changed files with 81 additions and 26 deletions

View File

@@ -5,27 +5,8 @@
#
# MacOS specific home configuration
#
# Install those apps using brew, instead of nix
# because they are not available in nixpkgs with the support of darwin
# ==> Brew Casks
# jdk-mission-control
# anki firefox wireshark
# iina openinterminal-lite
# insomnia orbstack
# clashx google-chrome
# google-cloud-sdk telegram
##########################################################################
home.packages = with pkgs; [
mpv
discord
];
# stable version of vscode
programs.vscode = {
enable = true;
};
programs.ssh = {
enable = true;