modified: hosts/nixos/home.nix
This commit is contained in:
@@ -35,14 +35,14 @@
|
|||||||
startInBackground = true;
|
startInBackground = true;
|
||||||
};
|
};
|
||||||
home.file = {
|
home.file = {
|
||||||
".local/share/applications/discord-chromium-app.desktop".text = ''
|
".local/share/applications/proxmox-chromium-app.desktop".text = ''
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=Discord (Chromium)
|
Name=Proxmox
|
||||||
Exec=chromium --app=https://discord.com/app --window-size=800,600 --window-position=100,100
|
Exec=chromium --app=https://pve.sweet.home:8006 --window-size=1920,1080 --window-position=0,0
|
||||||
Icon=chromium
|
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-chromium-app.desktop".text = ''
|
".local/share/applications/telegram-chromium-app.desktop".text = ''
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
|
|||||||
Reference in New Issue
Block a user