modified: hosts/nixos/home.nix
This commit is contained in:
@@ -33,5 +33,24 @@
|
||||
# Optionally start in background directly
|
||||
startInBackground = true;
|
||||
};
|
||||
|
||||
home.file = {
|
||||
".local/share/applications/discord-web.desktop".text = ''
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Discord Web
|
||||
Exec=firefox --new-window https://discord.com/app
|
||||
Icon=firefox
|
||||
Terminal=false
|
||||
Categories=Network;Chat;
|
||||
'';
|
||||
".local/share/applications/telegram-web.desktop".text = ''
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Telegram Web
|
||||
Exec=firefox --new-window https://web.telegram.org
|
||||
Icon=firefox
|
||||
Terminal=false
|
||||
Categories=Network;Chat;
|
||||
'';
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user