Update README to fix code snippets (#138)
* fix flakes snippet * update home-manager snippet
This commit is contained in:
@@ -54,7 +54,7 @@ You can use the flake:
|
||||
nixosConfigurations.HOSTNAME = nixpkgs.lib.nixosSystem {
|
||||
# ...
|
||||
|
||||
system.packages = [ anyrun.packages.${system}.anyrun ];
|
||||
environment.packages = [ anyrun.packages.${system}.anyrun ];
|
||||
|
||||
# ...
|
||||
};
|
||||
@@ -92,9 +92,9 @@ We have a home-manager module available at `homeManagerModules.default`. You use
|
||||
./some_plugin.so
|
||||
"${inputs.anyrun.packages.${pkgs.system}.anyrun-with-all-plugins}/lib/kidex"
|
||||
];
|
||||
x = { fraction = 0.5; };
|
||||
y = { fraction = 0.3; };
|
||||
width = { fraction = 0.3; };
|
||||
position = "top";
|
||||
verticalOffset = { absolute = 0; };
|
||||
hideIcons = false;
|
||||
ignoreExclusiveZones = false;
|
||||
layer = "overlay";
|
||||
|
Reference in New Issue
Block a user