Update README to fix code snippets (#138)

* fix flakes snippet

* update home-manager snippet
This commit is contained in:
Jost Alemann
2024-04-03 11:28:35 +02:00
committed by GitHub
parent cda1ab4395
commit be6728884d

View File

@@ -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";