Skip to content

Commit be67288

Browse files
authored
Update README to fix code snippets (#138)
* fix flakes snippet * update home-manager snippet
1 parent cda1ab4 commit be67288

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You can use the flake:
5454
nixosConfigurations.HOSTNAME = nixpkgs.lib.nixosSystem {
5555
# ...
5656
57-
system.packages = [ anyrun.packages.${system}.anyrun ];
57+
environment.packages = [ anyrun.packages.${system}.anyrun ];
5858
5959
# ...
6060
};
@@ -92,9 +92,9 @@ We have a home-manager module available at `homeManagerModules.default`. You use
9292
./some_plugin.so
9393
"${inputs.anyrun.packages.${pkgs.system}.anyrun-with-all-plugins}/lib/kidex"
9494
];
95+
x = { fraction = 0.5; };
96+
y = { fraction = 0.3; };
9597
width = { fraction = 0.3; };
96-
position = "top";
97-
verticalOffset = { absolute = 0; };
9898
hideIcons = false;
9999
ignoreExclusiveZones = false;
100100
layer = "overlay";

0 commit comments

Comments
 (0)