puzzlevision/modules/home/common/ssh/default.nix
Jo 4966b26ec4 feat: update VSCodium configuration
feat: add nil language server
refactor: remove unnecessary ssh config content
2024-12-03 18:24:27 +01:00

12 lines
111 B
Nix

{
lib,
pkgs,
inputs,
namespace,
config,
...
}: {
home.packages = with pkgs; [
openssh
];
}