Commit df91d8c274fd

Vincent Demeester <vincent@sbr.pm>
2023-08-04 13:11:50
xorg: add notion chrome app
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 2aaba9b
Changed files (2)
users
vincent
users/vincent/desktop/xorg/notion.desktop
@@ -0,0 +1,9 @@
+#!/usr/bin/env xdg-open
+[Desktop Entry]
+Version=1.0
+Terminal=false
+Type=Application
+Name=Notion
+Exec=google-chrome-stable "--profile-directory=Profile 1" --app-id=hfmmdbehdafhnbfbcjfihndbonkponlk
+Icon=chrome-hfmmdbehdafhnbfbcjfihndbonkponlk-Profile_1
+StartupWMClass=crx_hfmmdbehdafhnbfbcjfihndbonkponlk
users/vincent/desktop/default.nix
@@ -52,6 +52,7 @@ in
   xdg.configFile."xorg/modletters.compose".source = ./xorg/modletters.compose;
   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.".oath" = {
     source = config.lib.file.mkOutOfStoreSymlink "/home/vincent/desktop/documents/.oath";
     recursive = true;