modified: hosts/nixos/home.nix
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
tmux
|
||||
nextcloud-client
|
||||
# vscode
|
||||
chromium
|
||||
];
|
||||
|
||||
# Optional: set environment vars
|
||||
@@ -33,26 +34,24 @@
|
||||
# Optionally start in background directly
|
||||
startInBackground = true;
|
||||
};
|
||||
home.file = {
|
||||
".local/share/applications/proxmox-web.desktop".text = ''
|
||||
home.file = {
|
||||
".local/share/applications/discord-chromium-app.desktop".text = ''
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Discord Web
|
||||
Exec=Exec=firefox --new-instance --class ProxmoxWebApp -P ProxmoxWebApp javascript:(window.open("https://192.168.2.251:8006","_blank",
|
||||
"width=100%,height=100%,menubar=no,toolbar=no,location=no,status=no,resizable"))
|
||||
Icon=https://icons-for-free.com/iff/png/512/proxmox-1331550892572912181.png
|
||||
Terminal=false
|
||||
Categories=Hypervisor;
|
||||
'';
|
||||
".local/share/applications/telegram-web.desktop".text = ''
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Telegram Web
|
||||
Exec=firefox --new-instance --class TelegramWebApp -P TelegramWebApp javascript:(window.open(url="https://web.telegram.org",
|
||||
"width=100%,height=100%,menubar=no,toolbar=no,location=no,status=no,resizable"))
|
||||
Icon=firefox
|
||||
Name=Discord (Chromium)
|
||||
Exec=chromium --app=https://discord.com/app --window-size=800,600 --window-position=100,100
|
||||
Icon=chromium
|
||||
Terminal=false
|
||||
Categories=Network;Chat;
|
||||
'';
|
||||
};
|
||||
".local/share/applications/telegram-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
|
||||
Terminal=false
|
||||
Categories=Network;Chat;
|
||||
'';
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user