More updates to darwin config; brew integration, other
This commit is contained in:
@@ -112,6 +112,10 @@
|
||||
vim
|
||||
git
|
||||
picom
|
||||
microsoft-edge
|
||||
nextcloud-client
|
||||
bitwarden-cli
|
||||
bitwarden
|
||||
];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user