updates from makefile

This commit is contained in:
Don Harper 2024-03-02 08:54:04 -06:00
parent 2168660d43
commit 2ecda907a4
2 changed files with 7 additions and 4 deletions

View file

@ -1,6 +1,9 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [ citrix_workspace ];
home.packages = with pkgs; [
opencv
citrix_workspace
];
home.file."ICAClient" = {
recursive = true;
source = ./files/citrix;