NixOS-Config/modules/home/programs/misc/school/default.nix

10 lines
102 B
Nix
Raw Normal View History

2024-11-19 13:20:34 -05:00
{ pkgs, ... }:
2024-10-09 03:36:08 -04:00
{
home.packages = with pkgs; [
remmina
freerdp
zoom-us
2024-11-19 13:20:34 -05:00
gpauth
2024-10-09 03:36:08 -04:00
];
}