updates from makefile
This commit is contained in:
parent
2168660d43
commit
2ecda907a4
2 changed files with 7 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue