feat: 🏗️ Update nix version

This commit is contained in:
2024-12-01 22:03:46 +01:00
parent ea329aab95
commit e85ee98412
2 changed files with 35 additions and 28 deletions

View File

@ -15,20 +15,23 @@
# $ nix-env -qaP | grep wget
environment.systemPackages =
[
pkgs.termdown
pkgs.fastfetch
pkgs.neovim
pkgs.deno
pkgs.pnpm
pkgs.terraform
pkgs.termdown
pkgs.gh-copilot
pkgs.gh
pkgs.zathura
pkgs.texliveMedium
pkgs.texlab
pkgs.rcm
pkgs.fnm
pkgs.termdown
pkgs.fastfetch
pkgs.neovim
pkgs.deno
pkgs.pnpm
pkgs.terraform
pkgs.termdown
pkgs.gh-copilot
pkgs.gh
pkgs.zathura
pkgs.texliveMedium
pkgs.texlab
pkgs.rcm
pkgs.fnm
pkgs.universal-ctags
pkgs.ripgrep
pkgs.pyenv
];
# HomeBrew configuration
@ -51,18 +54,20 @@
"termius"
"tower"
"mattermost"
"aldente"
"aldente"
"logi-options+"
"adobe-creative-cloud"
"jordanbaird-ice"
"qbittorrent"
"zoom"
"tailscale"
"iterm2"
"zed"
"whisky"
"whisky"
"visual-studio-code"
"vmware-fusion"
"vmware-fusion"
"pycharm"
"cleanshot"
"bartender"
];
brews = [
"wget"
@ -87,10 +92,12 @@
"zsh"
"yubikey-agent"
"ollama"
"pkg-config"
"pkg-config"
"serve"
];
taps = [
"hashicorp/tap"
"eranif/codelite"
];
onActivation.cleanup = "uninstall";
onActivation.autoUpdate = true;