Skip to content

Commit 2a3320c

Browse files
committed
anyrun
1 parent 7caf178 commit 2a3320c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Diff for: home/modules/anyrun/default.nix

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
{self, ...} @ inputs: {pkgs, ...}: {
2-
programs.anyrun = let
3-
debug = builtins.trace "anyrun package inputs: " inputs;
4-
in {
1+
{self, anyrun, ...} : {pkgs, ...}: {
2+
programs.anyrun = {
53
enable = true;
64

75
config = {
8-
plugins = with inputs.anyrun.packages.${pkgs.system}; [
6+
plugins = with anyrun.packages.${pkgs.system}; [
97
applications
108
shell
119
translate

0 commit comments

Comments
 (0)