move citrix & zoom to home/work
This commit is contained in:
parent
bb44742f23
commit
26cabf185d
17 changed files with 12 additions and 3 deletions
9
home/work/default.nix
Normal file
9
home/work/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
home-manager.users.don = {
|
||||
imports = [
|
||||
./citrix.nix
|
||||
./zoom.nix
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue