Moved discord and iterm2 to be installed with brew instead of nix

This commit is contained in:
Random936 2024-06-13 13:38:57 -07:00
parent 5d71b93aac
commit 10ae6537a5
2 changed files with 3 additions and 2 deletions

View File

@ -17,6 +17,7 @@
ripgrep ripgrep
fastfetch fastfetch
bitwarden-cli bitwarden-cli
openvpn
# Dev tools # Dev tools
clang clang

View File

@ -7,8 +7,6 @@
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git git
iterm2
discord
]; ];
homebrew = { homebrew = {
@ -24,8 +22,10 @@
"bitwarden" "bitwarden"
"tailscale" "tailscale"
"nextcloud" "nextcloud"
"discord"
"nordvpn" "nordvpn"
"docker" "docker"
"iterm2"
"vlc" "vlc"
"obs" "obs"