commit df91d8c274fd61a8425838a3f525bc1cdf3ab913 parent 2aaba9b65e3c2f1de237d683666186a05de0afc4 Author: Vincent Demeester <vincent@sbr.pm> Date: Fri, 4 Aug 2023 13:11:50 +0200 xorg: add notion chrome app Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | users/vincent/desktop/default.nix | | | 1 | + |
A | users/vincent/desktop/xorg/notion.desktop | | | 9 | +++++++++ |
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/users/vincent/desktop/default.nix b/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; diff --git a/users/vincent/desktop/xorg/notion.desktop b/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