diff --git a/nix/home-manager/TODO.org b/nix/home-manager/TODO.org new file mode 100644 index 0000000..471d4c7 --- /dev/null +++ b/nix/home-manager/TODO.org @@ -0,0 +1,3 @@ +* TODO - Linux + + temurin-bin + diff --git a/nix/home-manager/modules/packages/default.nix b/nix/home-manager/modules/packages/default.nix index 71c2eae..f2ad35a 100644 --- a/nix/home-manager/modules/packages/default.nix +++ b/nix/home-manager/modules/packages/default.nix @@ -9,6 +9,7 @@ bandwhich bat cargo-workspaces + clipboard-jh dogdns erdtree fd @@ -22,6 +23,7 @@ litecli neovim poetry + racket ripgrep yt-dlp zstd diff --git a/topgrade/topgrade.toml b/topgrade/topgrade.toml index 93a245e..29cfa51 100644 --- a/topgrade/topgrade.toml +++ b/topgrade/topgrade.toml @@ -1,6 +1,6 @@ # 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 #only = ["system", "emacs"]