refactor: update Zen Browser desktop entry and add 1Password task
Some checks failed
Nix Format Check / check-format (push) Has been cancelled

This commit is contained in:
2025-03-05 17:44:05 +01:00
parent 2ce4cfb608
commit 5ba4eefe68
2 changed files with 41 additions and 2 deletions

View File

@@ -37,17 +37,19 @@
[Desktop Entry]
Version=1.0
Name=Zen Browser
Exec=/usr/local/bin/{{ browser_name }}
Exec=/usr/local/bin/{{ browser_name }} %u
Icon=/opt/zen/browser/chrome/icons/default/default128.png
Type=Application
StartupNotify=true
Categories=Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;x-scheme-handler/http;x-scheme-handler/https;
dest: "/usr/share/applications/zen.desktop"
mode: '0644'
become: true
- name: Update desktop database
ansible.builtin.command:
cmd: update-desktop-database
cmd: update-desktop-database /usr/share/applications
creates: /usr/share/applications/mimeinfo.cache
become: true