Some new packages for darwin

This commit is contained in:
Random936 2024-05-25 19:30:53 -07:00
parent 0cb858a715
commit d6f7bbed8d
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@
home.packages = (with pkgs; [ home.packages = (with pkgs; [
tmux tmux
manix
clang clang
cargo cargo
gnumake gnumake

View File

@ -18,11 +18,13 @@
]; ];
casks = [ casks = [
"microsoft-edge" "microsoft-edge"
"instantview"
"bitwarden" "bitwarden"
"tailscale" "tailscale"
"nextcloud" "nextcloud"
"nordvpn" "nordvpn"
"docker" "docker"
"vlc"
]; ];
}; };