modified: hosts/nixos/home.nix
This commit is contained in:
@@ -40,18 +40,18 @@ home.file = {
|
||||
Type=Application
|
||||
Name=Proxmox
|
||||
Exec=chromium --app=https://pve.sweet.home:8006 --window-size=1920,1080 --window-position=0,0
|
||||
Icon=.local/share/icons/proxmox.png
|
||||
Icon=https://icons-for-free.com/iff/png/512/proxmox-1331550892572912181.png
|
||||
Terminal=false
|
||||
Categories=Hypervisor;
|
||||
'';
|
||||
".local/share/applications/telegram-chromium-app.desktop".text = ''
|
||||
".local/share/applications/pbs-chromium-app.desktop".text = ''
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Telegram (Chromium)
|
||||
Exec=chromium --app=https://web.telegram.org --window-size=800,600 --window-position=150,150
|
||||
Icon=chromium
|
||||
Exec=chromium --app=https://192.168.2.108:8007 --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=backup;
|
||||
'';
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user