From 16264b42889eb2953e7ef0746735f9f92e409a50 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 2 Jan 2023 11:16:27 +0100 Subject: [PATCH] Add Google Play Books to the webapp list --- hm_modules/webapp.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hm_modules/webapp.nix b/hm_modules/webapp.nix index 31037d9..d59f4fa 100644 --- a/hm_modules/webapp.nix +++ b/hm_modules/webapp.nix @@ -14,6 +14,11 @@ let link = "https://keep.google.com"; categories = [ "Office" ]; } + { + desktopName = "Google Play Books"; + link = "https://play.google.com/books"; + categories = [ "Office" "Viewer" ]; + } { desktopName = "Monkeytype"; link = "https://monkeytype.com/";