nix-config/modules/administration.nix

13 lines
113 B
Nix
Raw Normal View History

2025-01-14 01:29:24 +01:00
{
pkgs,
lib,
...
}: {
environment.systemPackages = with pkgs; [
remmina
teleport.client
2025-01-14 01:29:24 +01:00
];
}