move citrix & zoom to home/work

This commit is contained in:
Don Harper 2024-06-15 12:00:45 -05:00
parent bb44742f23
commit 26cabf185d
17 changed files with 12 additions and 3 deletions

9
home/work/default.nix Normal file
View file

@ -0,0 +1,9 @@
{ pkgs, inputs, ... }:
{
home-manager.users.don = {
imports = [
./citrix.nix
./zoom.nix
];
};
}