diff --git a/home-manager/home.nix b/home-manager/home.nix index 3119a29..3a6e129 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -289,7 +289,7 @@ in layer = "top"; name = "right"; position = "left"; - modules-center = [ "custom/browser" "custom/terminal" "custom/website" ]; + modules-center = [ "custom/browser" "custom/terminal" "custom/website" "custom/anki" "custom/keepassxc" "custom/gimp" "custom/writer" "custom/luanti"]; "custom/browser" = { format = ""; on-click = "${BROWSER}"; @@ -302,6 +302,26 @@ in format = ""; on-click = "${BROWSER} https://deadvey.com"; }; + "custom/anki" = { + format = "?"; + on-click = "anki"; + }; + "custom/keepassxc" = { + format = ""; + on-click = "keepassxc"; + }; + "custom/gimp" = { + format = ""; + on-click = "gimp"; + }; + "custom/writer" = { + format = ""; + on-click = "swriter"; + }; + "custom/luanti" = { + format = ""; + on-click = "minetest"; + }; }; bottom = { exclusive = false;