refactor: update default applications to use Zen Browser and modify Flatpak configuration
Some checks failed
Nix Format Check / check-format (push) Failing after 41s

This commit is contained in:
Menno van Leeuwen 2025-03-01 20:18:05 +01:00
parent 046173ffa9
commit a47b6ea2f2
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE
4 changed files with 12 additions and 14 deletions

View File

@ -73,6 +73,7 @@
- io.bassi.Amberol - io.bassi.Amberol
- org.gaphor.Gaphor - org.gaphor.Gaphor
- io.github.seadve.Mousai - io.github.seadve.Mousai
- app.zen_browser.zen
- name: Define system desired Flatpak remotes - name: Define system desired Flatpak remotes
ansible.builtin.set_fact: ansible.builtin.set_fact:

View File

@ -7,14 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1739757849,
"narHash": "sha256-Gs076ot1YuAAsYVcyidLKUMIc4ooOaRGO0PqTY7sBzA=",
"lastModified": 1739757849, "lastModified": 1739757849,
"narHash": "sha256-Gs076ot1YuAAsYVcyidLKUMIc4ooOaRGO0PqTY7sBzA=", "narHash": "sha256-Gs076ot1YuAAsYVcyidLKUMIc4ooOaRGO0PqTY7sBzA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "9d3d080aec2a35e05a15cedd281c2384767c2cfe", "rev": "9d3d080aec2a35e05a15cedd281c2384767c2cfe",
"rev": "9d3d080aec2a35e05a15cedd281c2384767c2cfe",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -26,11 +23,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1740463929, "lastModified": 1740743217,
"narHash": "sha256-4Xhu/3aUdCKeLfdteEHMegx5ooKQvwPHNkOgNCXQrvc=", "narHash": "sha256-brsCRzLqimpyhORma84c3W2xPbIidZlIc3JGIuQVSNI=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5d7db4668d7a0c6cc5fc8cf6ef33b008b2b1ed8b", "rev": "b27ba4eb322d9d2bf2dc9ada9fd59442f50c8d7c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -42,11 +39,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1740367490, "lastModified": 1740695751,
"narHash": "sha256-WGaHVAjcrv+Cun7zPlI41SerRtfknGQap281+AakSAw=", "narHash": "sha256-D+R+kFxy1KsheiIzkkx/6L63wEHBYX21OIwlFV8JvDs=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0196c0175e9191c474c26ab5548db27ef5d34b05", "rev": "6313551cd05425cd5b3e63fe47dbc324eabb15e4",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -51,7 +51,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 = [
"org.mozilla.firefox.desktop" "app.zen_browser.zen.desktop"
"com.spotify.Client.desktop" "com.spotify.Client.desktop"
"FFPWA-01JN0Y8Z6KR644ZG4CV0QAYPRF.desktop" "FFPWA-01JN0Y8Z6KR644ZG4CV0QAYPRF.desktop"
"FFPWA-01JN0YCBNR29VRW8GN5YBZSQ7W.desktop" "FFPWA-01JN0YCBNR29VRW8GN5YBZSQ7W.desktop"

View File

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