feat: add 1Password and Firefox installation tasks, remove MegaSync tasks
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 16s
Nix Format Check / check-format (push) Successful in 56s
Python Lint Check / check-python (push) Failing after 13s

This commit is contained in:
2025-03-18 13:10:26 +01:00
parent f2d7c111e8
commit 85e22281b1
9 changed files with 84 additions and 86 deletions

View File

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1739757849,
"narHash": "sha256-Gs076ot1YuAAsYVcyidLKUMIc4ooOaRGO0PqTY7sBzA=",
"lastModified": 1742234739,
"narHash": "sha256-zFL6zsf/5OztR1NSNQF33dvS1fL/BzVUjabZq4qrtY4=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "9d3d080aec2a35e05a15cedd281c2384767c2cfe",
"rev": "f6af7280a3390e65c2ad8fd059cdc303426cbd59",
"type": "github"
},
"original": {

View File

@ -56,13 +56,13 @@
# add more by listing them with `dconf read /org/gnome/shell/favorite-apps | sed "s/,//g; s/'/\"/g"` then copy pasting the output here
"org/gnome/shell" = {
favorite-apps = [
"zen.desktop"
"firefox.desktop"
"org.gnome.Nautilus.desktop"
"com.spotify.Client.desktop"
"FFPWA-01JPMJ4K0S7JZDT2469CKNY49H.desktop"
"telegram-desktop_telegram-desktop.desktop"
"whatsapp-desktop-client_whatsapp-desktop-client.desktop"
"vesktop.desktop"
"FFPWA-01JN0Y8Z6KR644ZG4CV0QAYPRF.desktop"
"FFPWA-01JN0YCBNR29VRW8GN5YBZSQ7W.desktop"
"FFPWA-01JN13AEFTM76WVC6TSBYC5AXN.desktop"
"code.desktop"
"org.gnome.Ptyxis.desktop"
];

View File

@ -5,10 +5,10 @@
enable = true;
defaultApplications = {
# default browser
"application/xhtml+xml" = [ "zen.desktop" ];
"text/html" = [ "zen.desktop" ];
"x-scheme-handler/http" = [ "zen.desktop" ];
"x-scheme-handler/https" = [ "zen.desktop" ];
"application/xhtml+xml" = [ "firefox.desktop" ];
"text/html" = [ "firefox.desktop" ];
"x-scheme-handler/http" = [ "firefox.desktop" ];
"x-scheme-handler/https" = [ "firefox.desktop" ];
# Geary
"x-scheme-handler/mailto" = [ "org.gnome.Geary.desktop" ];