From be6728884d543665e7bd137bbef62dc1d04a210b Mon Sep 17 00:00:00 2001 From: Jost Alemann <58050402+ddogfoodd@users.noreply.github.com> Date: Wed, 3 Apr 2024 11:28:35 +0200 Subject: [PATCH] Update README to fix code snippets (#138) * fix flakes snippet * update home-manager snippet --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49d236b..d514941 100644 --- a/README.md +++ b/README.md @@ -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";