save updates
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
# nix-darwin-config
|
||||
|
||||
guide followed: https://davi.sh/blog/2024/01/nix-darwin/
|
||||
@@ -42,13 +42,14 @@
|
||||
pkgs.vim
|
||||
pkgs.lens
|
||||
pkgs.vscode
|
||||
pkgs._1password-gui
|
||||
pkgs._1password-cli
|
||||
pkgs.spotify
|
||||
pkgs.slack
|
||||
pkgs.podman-desktop
|
||||
pkgs.kubectl
|
||||
pkgs.discord
|
||||
pkgs._1password-cli
|
||||
pkgs._1password-gui
|
||||
pkgs.brave
|
||||
];
|
||||
|
||||
################
|
||||
@@ -64,6 +65,7 @@
|
||||
"git"
|
||||
"k9s"
|
||||
"helm"
|
||||
"tfenv"
|
||||
];
|
||||
casks = [];
|
||||
};
|
||||
@@ -80,9 +82,6 @@
|
||||
tailscale = {
|
||||
enable = true;
|
||||
};
|
||||
spotifyd = {
|
||||
enable = false;
|
||||
};
|
||||
};
|
||||
|
||||
# Enable the darwin security.pam module for sudo Touch ID authentication.
|
||||
|
||||
Reference in New Issue
Block a user