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

@@ -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]
}
]
},
{