move citrix & zoom to home/work
This commit is contained in:
parent
bb44742f23
commit
26cabf185d
17 changed files with 12 additions and 3 deletions
11
home/work/citrix.nix
Normal file
11
home/work/citrix.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
citrix_workspace
|
||||
];
|
||||
home.file."ICAClient" = {
|
||||
recursive = true;
|
||||
source = ./files/citrix;
|
||||
target = ".ICAClient";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue