save updates

This commit is contained in:
Stephen Bryant
2025-01-06 02:03:21 -05:00
parent 0d6257b816
commit 9cfc86cecb
2 changed files with 6 additions and 6 deletions

View File

@@ -1,2 +1,3 @@
# nix-darwin-config
guide followed: https://davi.sh/blog/2024/01/nix-darwin/

View File

@@ -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.
@@ -156,7 +155,7 @@
# Let home-manager install and manage itself.
programs.home-manager.enable = true;
home.packages = with pkgs; [];
home.packages = with pkgs; [ ];
home.sessionVariables = {
EDITOR = "nano";