home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 48ddba2ffdfa438e345f60f761476d83b798dcb4
parent fae62ab2f11441e2c8dca8b5d80b57f37e7cc91b
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon,  9 Oct 2023 13:29:39 +0200

users/vincent: add todoist chromeapp

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/desktop/default.nix | 1+
Ausers/vincent/desktop/xorg/todoist.desktop | 10++++++++++
2 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/users/vincent/desktop/default.nix b/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; diff --git a/users/vincent/desktop/xorg/todoist.desktop b/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