From 951686a55c513f9973040998b20248762996aeee Mon Sep 17 00:00:00 2001 From: deadvey Date: Sun, 8 Dec 2024 14:52:22 +0000 Subject: [PATCH] 2024-12-08 14:52 : id 282 --- home-manager/home.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/home-manager/home.nix b/home-manager/home.nix index 5e42db7..33af27f 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -292,7 +292,7 @@ in layer = "top"; name = "right"; position = "left"; - modules-center = [ "custom/browser" "custom/terminal" "custom/website" "custom/anki" "custom/keepassxc" "custom/gimp" "custom/writer" "custom/luanti"]; + modules-center = [ "custom/browser" "custom/terminal" "custom/website" "custom/anki" "custom/keepassxc" "custom/gimp" "custom/writer" "custom/luanti" "custom/nixpkgs"]; "custom/browser" = { format = ""; on-click = "${BROWSER}"; @@ -325,6 +325,10 @@ in format = ""; on-click = "minetest"; }; + "custom/nixpkgs" = { + format = ""; + on-click = "${BROWSER} https://search.nixos.org/packages"; + }; }; bottom = { exclusive = false; @@ -460,7 +464,7 @@ in global = { width = 300; height = 300; - offset = "${GAPS_OUT / 2}x${GAPS_OUT / 2}"; + offset = "${GAPS_OUT}x${GAPS_OUT}"; origin = "${DUNST_ORIGIN}"; font = "${FONT}"; corner_radius = "${CORNER_RADIUS}";