More updates to darwin config; brew integration, other

This commit is contained in:
Random936
2024-05-20 22:29:10 -07:00
parent c68a81c262
commit 7a95955ccb
7 changed files with 42 additions and 24 deletions

View File

@@ -112,6 +112,10 @@
vim
git
picom
microsoft-edge
nextcloud-client
bitwarden-cli
bitwarden
];
fonts.packages = with pkgs; [

View File

@@ -4,7 +4,23 @@
nix.settings.experimental-features = ["nix-command" "flakes"];
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [];
environment.systemPackages = with pkgs; [
git
iterm2
discord
docker
];
homebrew = {
enable = true;
casks = [
"microsoft-edge"
"bitwarden"
"tailscale"
"nextcloud"
"nordvpn"
];
};
# Auto upgrade nix package and the daemon service.
services.nix-daemon.enable = true;