nix-config/modules/administration.nix

12 lines
109 B
Nix

{
pkgs,
lib,
...
}: {
environment.systemPackages = with pkgs; [
remmina
teleport_16
];
}