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
fastfetch
bitwarden-cli
openvpn
# Dev tools
clang

View File

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