feat: add rclip semantic image search to desktop bundle
All checks were successful
ci / treefmt (push) Successful in 2m10s
All checks were successful
ci / treefmt (push) Successful in 2m10s
This commit is contained in:
parent
9c3e3ee2ec
commit
ba84a4650d
1 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
namespace,
|
namespace,
|
||||||
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (lib) mkIf mkEnableOption;
|
inherit (lib) mkIf mkEnableOption;
|
||||||
|
|
@ -38,5 +39,9 @@ in {
|
||||||
slurp = enabled;
|
slurp = enabled;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
rclip
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue