Commit 48ddba2ffdfa

Vincent Demeester <vincent@sbr.pm>
2023-10-09 13:29:39
users/vincent: add todoist chromeapp
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent fae62ab
Changed files (2)
users
vincent
users/vincent/desktop/xorg/todoist.desktop
@@ -0,0 +1,10 @@
+#!/usr/bin/env xdg-open
+[Desktop Entry]
+Version=1.0
+Terminal=false
+Type=Application
+Name=Todoist
+Exec=google-chrome-stable "--profile-directory=Profile 1" --app-id=elldfnmogicegdcphgljaoaklkpcnbnn
+Icon=chrome-elldfnmogicegdcphgljaoaklkpcnbnn-Profile_1
+NoDisplay=true
+StartupWMClass=crx_elldfnmogicegdcphgljaoaklkpcnbnn
users/vincent/desktop/default.nix
@@ -53,6 +53,7 @@ in
   home.file.".local/share/applications/google-meet.desktop".source = ./xorg/google-meet.desktop;
   home.file.".local/share/applications/chrome-slack.desktop".source = ./xorg/chrome-slack.desktop;
   home.file.".local/share/applications/notion.desktop".source = ./xorg/notion.desktop;
+  home.file.".local/share/applications/todoist.desktop".source = ./xorg/todoist.desktop;
   home.file.".oath" = {
     source = config.lib.file.mkOutOfStoreSymlink "/home/vincent/desktop/documents/.oath";
     recursive = true;