add discord

This commit is contained in:
Stephen Bryant
2025-01-05 22:00:23 -05:00
parent 377369f862
commit 8b35100a4c

View File

@@ -48,6 +48,7 @@
pkgs.slack
pkgs.podman-desktop
pkgs.kubectl
pkgs.discord
];
################
@@ -84,8 +85,6 @@
};
};
# homebrew.nix = true;
# Enable the darwin security.pam module for sudo Touch ID authentication.
security = {
pam = {
@@ -107,9 +106,6 @@
zsh = {
enable = true;
};
# vscode = {
# enable = true;
# };
};
# programs.fish.enable = true;
# Enable 1password plugins on interactive shell init
@@ -186,7 +182,7 @@
"homebrew/homebrew-cask" = homebrew-cask;
"homebrew/homebrew-bundle" = homebrew-bundle;
};
autoMigrate = true;
autoMigrate = true; # Automatically migrate from brewfile to flake if brew already exists.
mutableTaps = false;
};
}