modified: hosts/nixos/home.nix
This commit is contained in:
@@ -34,20 +34,20 @@
|
|||||||
startInBackground = true;
|
startInBackground = true;
|
||||||
};
|
};
|
||||||
home.file = {
|
home.file = {
|
||||||
".local/share/applications/discord-web.desktop".text = ''
|
".local/share/applications/proxmox-web.desktop".text = ''
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=Discord Web
|
Name=Discord Web
|
||||||
Exec=Exec=firefox --new-window --class DiscordWebApp https://discord.com/app
|
Exec=Exec=firefox --new-instance --class ProxmoxWebApp -P ProxmoxWebApp https://pve.sweet.home:8006
|
||||||
Icon=firefox
|
Icon=https://icons-for-free.com/iff/png/512/proxmox-1331550892572912181.png
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=Network;Chat;
|
Categories=Hypervisor
|
||||||
'';
|
'';
|
||||||
".local/share/applications/telegram-web.desktop".text = ''
|
".local/share/applications/telegram-web.desktop".text = ''
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=Telegram Web
|
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
|
Icon=firefox
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=Network;Chat;
|
Categories=Network;Chat;
|
||||||
|
|||||||
Reference in New Issue
Block a user