Skip to content

Commit

Permalink
anyrun
Browse files Browse the repository at this point in the history
  • Loading branch information
number5 committed Jul 7, 2024
1 parent 7caf178 commit 2a3320c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions home/modules/anyrun/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{self, ...} @ inputs: {pkgs, ...}: {
programs.anyrun = let
debug = builtins.trace "anyrun package inputs: " inputs;
in {
{self, anyrun, ...} : {pkgs, ...}: {
programs.anyrun = {
enable = true;

config = {
plugins = with inputs.anyrun.packages.${pkgs.system}; [
plugins = with anyrun.packages.${pkgs.system}; [
applications
shell
translate
Expand Down

0 comments on commit 2a3320c

Please sign in to comment.