Updates dnsc-work config

This commit is contained in:
Dennis 2025-05-09 11:52:29 +02:00
parent bf1b444ec3
commit 0e147c42df
3 changed files with 56 additions and 14 deletions

View file

@ -49,17 +49,12 @@
# Homebrew
homebrew = {
enable = true;
brewfile = true;
onActivation = {
autoUpdate = false;
cleanup = "zap";
};
taps = [
"homebrew/services"
];
masApps = {
Bitwarden = 1352778147;
XCode = 497799835;
@ -83,7 +78,7 @@
casks = [
"arc"
"microsoft-teams"
"zen-browser"
"tailscale"
"font-victor-mono"
"font-victor-mono-nerd-font"
"vlc"
@ -172,6 +167,6 @@
};
# Nix settings
# Enable new Nix CLI and flakes
# Use determinate systems
nix.enable = false;
}