diff --git a/nixos/pkg.nix b/nixos/pkg.nix index dfc4359..5b5549f 100644 --- a/nixos/pkg.nix +++ b/nixos/pkg.nix @@ -48,6 +48,11 @@ let starship sops ssh-to-age + busybox + + python311 + python311Packages.python-lsp-server + python311Packages.rich ]; flakePackages = with inputs; [ compose2nix.packages.${system}.default ]; in {