diff --git a/home/default.nix b/home/default.nix index 2b75a67..4193761 100644 --- a/home/default.nix +++ b/home/default.nix @@ -93,6 +93,7 @@ # Dev stuff cloc # source code line counter + flyctl # command line tools for fly.io jq # json processor pijul # alternative to `git` rustup # rust toolchain @@ -105,9 +106,7 @@ # nodePackages.node2nix ] ++ lib.optionals stdenv.isDarwin [ - cocoapods m-cli # useful macOS CLI commands - # prefmanager # tool for working with macOS defaults ]; # }}}