moves packages for dnsc-air to nix from brew
This commit is contained in:
parent
23619e3b6b
commit
c4d16fa3a5
2 changed files with 11 additions and 13 deletions
2
Justfile
2
Justfile
|
|
@ -29,7 +29,7 @@ mac-re:
|
|||
darwin-rebuild switch --flake .
|
||||
|
||||
mac-up:
|
||||
darwin-rebuild switch --recreate-lock-file --flake . && brew upgrade && brew upgrade --cask --greedy
|
||||
darwin-rebuild switch --recreate-lock-file --flake . && brew upgrade --cask --greedy
|
||||
|
||||
# dnsc-deck
|
||||
deck-re:
|
||||
|
|
|
|||
|
|
@ -48,6 +48,15 @@
|
|||
atuin
|
||||
nil
|
||||
shellcheck
|
||||
lazygit
|
||||
ffmpeg
|
||||
yt-dlp
|
||||
zoxide
|
||||
sqlite
|
||||
treesitter
|
||||
rsync
|
||||
fnm
|
||||
imagemagick
|
||||
];
|
||||
|
||||
# Homebrew
|
||||
|
|
@ -56,6 +65,7 @@
|
|||
|
||||
onActivation = {
|
||||
autoUpdate = true;
|
||||
upgrade = true;
|
||||
cleanup = "zap";
|
||||
};
|
||||
|
||||
|
|
@ -72,18 +82,6 @@
|
|||
|
||||
brews = [
|
||||
"mas"
|
||||
"lazygit"
|
||||
"ffmpeg"
|
||||
"tree-sitter"
|
||||
"yt-dlp"
|
||||
"zoxide"
|
||||
"sqlite"
|
||||
"tinymist"
|
||||
"typst"
|
||||
"rsync"
|
||||
"fnm"
|
||||
"imagemagick"
|
||||
"odin"
|
||||
];
|
||||
|
||||
casks = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue