nix/moduler/k9s.nix
2025-09-10 09:33:17 +02:00

7 lines
73 B
Nix

{ config, inputs, pkgs, ... }:
let
in
{
programs.k9s.enable = true;
}