refactor: add zsync and Zen browser tasks, update default applications and configurations
Some checks failed
Nix Format Check / check-format (push) Failing after 1m6s

This commit is contained in:
2025-03-03 14:49:15 +01:00
parent a47b6ea2f2
commit c8944e8ed6
16 changed files with 267 additions and 211 deletions

View File

@@ -51,11 +51,12 @@
# 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 = [
"app.zen_browser.zen.desktop"
"ZenBrowser.desktop"
"org.gnome.Nautilus.desktop"
"com.spotify.Client.desktop"
"vesktop.desktop"
"FFPWA-01JN0Y8Z6KR644ZG4CV0QAYPRF.desktop"
"FFPWA-01JN0YCBNR29VRW8GN5YBZSQ7W.desktop"
"vesktop.desktop"
"FFPWA-01JN13AEFTM76WVC6TSBYC5AXN.desktop"
"code.desktop"
"org.gnome.Ptyxis.desktop"

View File

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

View File

@@ -190,9 +190,21 @@
{
"id": "Landscape Laptop",
"tiles": [
{ "x": 0, "y": 0, "width": 0.33, "height": 0.5, "groups": [1, 2] },
{ "x": 0.33, "y": 0, "width": 0.67, "height": 1, "groups": [1] },
{ "x": 0, "y": 0.5, "width": 0.33, "height": 0.5, "groups": [2, 1] }
{ "x": 0, "y": 0, "width": 0.5, "height": 0.5, "groups": [1, 2] },
{
"x": 0.5,
"y": 0,
"width": 0.5,
"height": 1,
"groups": [1]
},
{
"x": 0,
"y": 0.5,
"width": 0.5,
"height": 0.5,
"groups": [2, 1]
}
]
},
{