diff --git a/hosts/nixos/home.nix b/hosts/nixos/home.nix index 01bb54b..cc1e328 100644 --- a/hosts/nixos/home.nix +++ b/hosts/nixos/home.nix @@ -35,14 +35,14 @@ startInBackground = true; }; home.file = { - ".local/share/applications/discord-chromium-app.desktop".text = '' + ".local/share/applications/proxmox-chromium-app.desktop".text = '' [Desktop Entry] Type=Application - Name=Discord (Chromium) - Exec=chromium --app=https://discord.com/app --window-size=800,600 --window-position=100,100 - Icon=chromium + Name=Proxmox + Exec=chromium --app=https://pve.sweet.home:8006 --window-size=1920,1080 --window-position=0,0 + Icon=https://icons-for-free.com/iff/png/512/proxmox-1331550892572912181.png Terminal=false - Categories=Network;Chat; + Categories=Hypervisor; ''; ".local/share/applications/telegram-chromium-app.desktop".text = '' [Desktop Entry]