updates from makefile

This commit is contained in:
Don Harper 2024-03-07 19:44:58 -06:00
parent 72efc3f752
commit 8be29c8168
3 changed files with 70 additions and 16 deletions

View file

@ -1,6 +1,7 @@
{ config, pkgs, ... }:
{ config, pkgs, inputs, ... }:
{
home.packages = with pkgs; [
#inputs.nixpkgs-2311.opencv
opencv
citrix_workspace
];