diff --git a/hosts/nixos/home.nix b/hosts/nixos/home.nix index 351bedd..735ec16 100644 --- a/hosts/nixos/home.nix +++ b/hosts/nixos/home.nix @@ -33,5 +33,24 @@ # Optionally start in background directly startInBackground = true; }; - + home.file = { + ".local/share/applications/discord-web.desktop".text = '' + [Desktop Entry] + Type=Application + Name=Discord Web + Exec=firefox --new-window https://discord.com/app + Icon=firefox + Terminal=false + Categories=Network;Chat; + ''; + ".local/share/applications/telegram-web.desktop".text = '' + [Desktop Entry] + Type=Application + Name=Telegram Web + Exec=firefox --new-window https://web.telegram.org + Icon=firefox + Terminal=false + Categories=Network;Chat; + ''; + }; } \ No newline at end of file