From fe8649b09a7c9067c6f2ad0f59be0dcae59f8374 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Tue, 22 Jul 2025 15:50:48 +1000 Subject: [PATCH] modified: hosts/nixos/home.nix --- hosts/nixos/home.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hosts/nixos/home.nix b/hosts/nixos/home.nix index e34d43f..9f03f6a 100644 --- a/hosts/nixos/home.nix +++ b/hosts/nixos/home.nix @@ -34,20 +34,20 @@ startInBackground = true; }; home.file = { - ".local/share/applications/discord-web.desktop".text = '' + ".local/share/applications/proxmox-web.desktop".text = '' [Desktop Entry] Type=Application Name=Discord Web - Exec=Exec=firefox --new-window --class DiscordWebApp https://discord.com/app - Icon=firefox + Exec=Exec=firefox --new-instance --class ProxmoxWebApp -P ProxmoxWebApp https://pve.sweet.home:8006 + Icon=https://icons-for-free.com/iff/png/512/proxmox-1331550892572912181.png Terminal=false - Categories=Network;Chat; + Categories=Hypervisor ''; ".local/share/applications/telegram-web.desktop".text = '' [Desktop Entry] Type=Application Name=Telegram Web - Exec=firefox --new-window --class TelegramWebApp https://web.telegram.org + Exec=firefox --new-instance --class TelegramWebApp -P TelegramWebApp https://web.telegram.org Icon=firefox Terminal=false Categories=Network;Chat;