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

6
flake.lock generated
View file

@ -97,11 +97,11 @@
"nixpkgs-regression": "nixpkgs-regression" "nixpkgs-regression": "nixpkgs-regression"
}, },
"locked": { "locked": {
"lastModified": 1709301643, "lastModified": 1709366352,
"narHash": "sha256-EAp3eIkTfZir/FLaQxbkwfce/oD6OofKvveHokH5ZHQ=", "narHash": "sha256-kO/iLDsoPVsk2L0lt3rzDaUgqysb9kX4vvvz3OZCuJU=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nix", "repo": "nix",
"rev": "ba9b6b29b71d49331df308d15861bac39e88a72e", "rev": "75101396dc9bcd121ac865fcfb2b81bebe386746",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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