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