feat: ⬆️ Upgrade nix
This commit is contained in:
12
flake.nix
12
flake.nix
@ -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.
|
||||
|
Reference in New Issue
Block a user