feat: update Zen browser version to 1.12.3b; change default browser to Firefox in dconf and default apps configuration
Some checks failed
Ansible Lint Check / check-ansible (push) Waiting to run
Nix Format Check / check-format (push) Successful in 1m32s
Python Lint Check / check-python (push) Failing after 22s

This commit is contained in:
Menno van Leeuwen 2025-05-13 16:40:51 +02:00
parent c16da14152
commit 1511fc06f7
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE
4 changed files with 15 additions and 15 deletions

View File

@ -1,7 +1,7 @@
--- ---
- name: Set Zen browser version - name: Set Zen browser version
ansible.builtin.set_fact: ansible.builtin.set_fact:
zen_browser_version: "1.11.5b" zen_browser_version: "1.12.3b"
- name: Create directory for browser - name: Create directory for browser
ansible.builtin.file: ansible.builtin.file:

View File

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1745557122, "lastModified": 1747020534,
"narHash": "sha256-eqSo9ugzsqhFgaDFYUZj943nurlX4L6f+AW0skJ4W+M=", "narHash": "sha256-D/6rkiC6w2p+4SwRiVKrWIeYzun8FBg7NlMKMwQMxO0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "dd26f75fb4ec1c731d4b1396eaf4439ce40a91c1", "rev": "b4bbdc6fde16fc2051fcde232f6e288cd22007ca",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -23,11 +23,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1745742390, "lastModified": 1746957726,
"narHash": "sha256-1rqa/XPSJqJg21BKWjzJZC7yU0l/YTVtjRi0RJmipus=", "narHash": "sha256-k9ut1LSfHCr0AW82ttEQzXVCqmyWVA5+SHJkS5ID/Jo=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "26245db0cb552047418cfcef9a25da91b222d6c7", "rev": "a39ed32a651fdee6842ec930761e31d1f242cb94",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -39,11 +39,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1745794561, "lastModified": 1746904237,
"narHash": "sha256-T36rUZHUART00h3dW4sV5tv4MrXKT7aWjNfHiZz7OHg=", "narHash": "sha256-3e+AVBczosP5dCLQmMoMEogM57gmZ2qrVSrmq9aResQ=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5461b7fa65f3ca74cef60be837fd559a8918eaa0", "rev": "d89fc19e405cb2d55ce7cc114356846a0ee5e956",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -56,7 +56,7 @@
# add more by listing them with `dconf read /org/gnome/shell/favorite-apps | sed "s/,//g; s/'/\"/g"` then copy pasting the output here # 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" = { "org/gnome/shell" = {
favorite-apps = [ favorite-apps = [
"zen.desktop" "firefox.desktop"
"nemo.desktop" "nemo.desktop"
"com.spotify.Client.desktop" "com.spotify.Client.desktop"
"signal-desktop.desktop" "signal-desktop.desktop"

View File

@ -5,10 +5,10 @@
enable = true; enable = true;
defaultApplications = { defaultApplications = {
# default browser # default browser
"application/xhtml+xml" = [ "zen.desktop" ]; "application/xhtml+xml" = [ "firefox.desktop" ];
"text/html" = [ "zen.desktop" ]; "text/html" = [ "firefox.desktop" ];
"x-scheme-handler/http" = [ "zen.desktop" ]; "x-scheme-handler/http" = [ "firefox.desktop" ];
"x-scheme-handler/https" = [ "zen.desktop" ]; "x-scheme-handler/https" = [ "firefox.desktop" ];
# default file manager # default file manager
"inode/directory" = [ "nemo.desktop" ]; "inode/directory" = [ "nemo.desktop" ];