From cafd7ec3de52ea1cdd34321cd3bfb94a300abfbc Mon Sep 17 00:00:00 2001 From: deadvey Date: Sun, 29 Dec 2024 02:23:14 +0000 Subject: [PATCH] 2024-12-29 02:23 : id 45 --- home-manager/home.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/home-manager/home.nix b/home-manager/home.nix index 87e87a0..205a482 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -531,7 +531,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" "custom/nixpkgs"]; + modules-center = [ "custom/browser" "custom/terminal" "custom/website" "custom/anki" "custom/keepassxc" "custom/gimp" "custom/writer" "custom/luanti" "custom/nixpkgs" "custom/email" "custom/irc"]; "custom/browser" = { format = ""; on-click = "${BROWSER}"; @@ -568,6 +568,14 @@ in format = ""; on-click = "${BROWSER} https://search.nixos.org/packages"; }; + "custom/email" = { + format = ""; + on-click = "claws-mail"; + }; + "custom/irc" = { + format = ""; + on-click = "${TERMINAL} --hold irssi"; + }; }; bottom = { exclusive = false;