feat: ⬆️ Upgrade nix

This commit is contained in:
2025-02-13 13:23:34 -05:00
parent 30d1b2fe1e
commit f2cea42a2f
2 changed files with 13 additions and 11 deletions

View File

@ -34,13 +34,15 @@
pkgs.pyenv
pkgs.lima
pkgs.rustup
pkgs.ngrok
pkgs.marp-cli
];
# HomeBrew configuration
homebrew = {
enable = true;
casks = [
"firefox"
"hazeover"
"arc"
"cyberduck"
"discord"
@ -73,6 +75,7 @@
"eloston-chromium"
"chromedriver"
"epic-games"
"lookaway"
];
brews = [
"wget"
@ -95,7 +98,6 @@
"wget"
"zsh"
"yubikey-agent"
"ollama"
"pkg-config"
"serve"
];
@ -124,7 +126,7 @@
"/System/Applications/Messages.app"
"/Applications/Arc.app"
"/System/Applications/Mail.app"
"/System/Applications/Calendar.app"
"/Applications/BusyCal.app"
"/Applications/Things.app"
"/Applications/Perplexity.app"
"/System/Applications/Music.app"
@ -132,9 +134,9 @@
"/Applications/Zed.app"
"/Applications/Visual\ Studio\ Code.app"
"/Applications/Warp.app"
"/Applications/1Password.app"
"/System/Applications/System\ Settings.app"
"/Applications/Notion.app"
"/Applications/Privileges.app"
];
};
finder.FXPreferredViewStyle = "Nlsv";
@ -146,7 +148,7 @@
# allow unfree packages
nixpkgs.config.allowUnfree = true;
# Auto upgrade nix package and the daemon service.
services.nix-daemon.enable = true;
# services.nix-daemon.enable = true;
# nix.package = pkgs.nix;
# Necessary for using flakes on this system.