We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda1ab4 commit be67288Copy full SHA for be67288
README.md
@@ -54,7 +54,7 @@ You can use the flake:
54
nixosConfigurations.HOSTNAME = nixpkgs.lib.nixosSystem {
55
# ...
56
57
- system.packages = [ anyrun.packages.${system}.anyrun ];
+ environment.packages = [ anyrun.packages.${system}.anyrun ];
58
59
60
};
@@ -92,9 +92,9 @@ We have a home-manager module available at `homeManagerModules.default`. You use
92
./some_plugin.so
93
"${inputs.anyrun.packages.${pkgs.system}.anyrun-with-all-plugins}/lib/kidex"
94
];
95
+ x = { fraction = 0.5; };
96
+ y = { fraction = 0.3; };
97
width = { fraction = 0.3; };
- position = "top";
- verticalOffset = { absolute = 0; };
98
hideIcons = false;
99
ignoreExclusiveZones = false;
100
layer = "overlay";
0 commit comments