Moved discord and iterm2 to be installed with brew instead of nix
This commit is contained in:
parent
5d71b93aac
commit
10ae6537a5
@ -17,6 +17,7 @@
|
|||||||
ripgrep
|
ripgrep
|
||||||
fastfetch
|
fastfetch
|
||||||
bitwarden-cli
|
bitwarden-cli
|
||||||
|
openvpn
|
||||||
|
|
||||||
# Dev tools
|
# Dev tools
|
||||||
clang
|
clang
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user