This commit is contained in:
Anthony Cicchetti 2023-05-14 14:39:50 -04:00
parent 26bc98e769
commit 4cc73499de
3 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,3 @@
* TODO - Linux
+ temurin-bin

View file

@ -9,6 +9,7 @@
bandwhich bandwhich
bat bat
cargo-workspaces cargo-workspaces
clipboard-jh
dogdns dogdns
erdtree erdtree
fd fd
@ -22,6 +23,7 @@
litecli litecli
neovim neovim
poetry poetry
racket
ripgrep ripgrep
yt-dlp yt-dlp
zstd zstd

View file

@ -1,6 +1,6 @@
# Disable specific steps - same options as the command line flag # Disable specific steps - same options as the command line flag
disable = ["node"] disable = ["node", "nix", "home-manager"]
# Run specific steps - same options as the command line flag # Run specific steps - same options as the command line flag
#only = ["system", "emacs"] #only = ["system", "emacs"]