modified: hosts/nixos/home.nix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user