3 lines
98 B
Nix
3 lines
98 B
Nix
{ pkgs, inputs, ... }: {
|
|
home-manager.users.don = { imports = [ ./citrix.nix ./zoom.nix ]; };
|
|
}
|