feat: add collabora gtimelog

Collabora has a special gtimelog application which allows reporting to
its timelog servers. It can be trivially packaged by modifying the
existing gtimelog package from nixpkgs

Change-Id: I9fa7560d8a4a6412ed4b5f818909193aaf1ceeb3
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/704
Reviewed-by: Skyler Grey <minion@clicks.codes>
Tested-by: Skyler Grey <minion@clicks.codes>
Reviewed-by: Samuel Shuert <coded@clicks.codes>
diff --git a/flake.lock b/flake.lock
index fa05397..c63a1e0 100644
--- a/flake.lock
+++ b/flake.lock
@@ -21,6 +21,34 @@
         "type": "github"
       }
     },
+    "collabora-gtimelog": {
+      "flake": false,
+      "locked": {
+        "lastModified": 1699275431,
+        "narHash": "sha256-u5ooKnWhkf9Eh90nyqAvHzIDgidhx05SI66L3VLwRJ0=",
+        "ref": "refs/heads/master",
+        "rev": "3faf89054bebf89fcee8640f1b1c2b2b23d1a0dc",
+        "revCount": 464,
+        "type": "git",
+        "url": "https://gitlab.collabora.com/collabora/gtimelog.git"
+      },
+      "original": {
+        "type": "git",
+        "url": "https://gitlab.collabora.com/collabora/gtimelog.git"
+      }
+    },
+    "collabora-icon": {
+      "flake": false,
+      "locked": {
+        "narHash": "sha256-D1rWQZ7dd5IaZSiPPbQchA6nZO0QItrdMs5G2sflIu0=",
+        "type": "file",
+        "url": "https://www.collabora.com/favicon.ico"
+      },
+      "original": {
+        "type": "file",
+        "url": "https://www.collabora.com/favicon.ico"
+      }
+    },
     "ewwsalmoomedits--eww-widgets": {
       "flake": false,
       "locked": {
@@ -351,6 +379,8 @@
     "root": {
       "inputs": {
         "anyrun": "anyrun",
+        "collabora-gtimelog": "collabora-gtimelog",
+        "collabora-icon": "collabora-icon",
         "ewwsalmoomedits--eww-widgets": "ewwsalmoomedits--eww-widgets",
         "home-manager": "home-manager",
         "hyprland": "hyprland",