fix: deprecate zen in favour of vanilla firefox

firefox has vertical tabs now, tab grouping, and soon split view
This commit is contained in:
wi11-holdsworth 2026-01-07 12:16:39 +11:00
parent f2b6808c93
commit bcc0914e32
4 changed files with 9 additions and 52 deletions

45
flake.lock generated
View file

@ -162,27 +162,6 @@
"type": "github"
}
},
"home-manager_3": {
"inputs": {
"nixpkgs": [
"zen-browser",
"nixpkgs"
]
},
"locked": {
"lastModified": 1767104570,
"narHash": "sha256-GKgwu5//R+cLdKysZjGqvUEEOGXXLdt93sNXeb2M/Lk=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "e4e78a2cbeaddd07ab7238971b16468cc1d14daf",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1748162331,
@ -264,8 +243,7 @@
"home-manager": "home-manager_2",
"nixpkgs": "nixpkgs_2",
"nixvim": "nixvim",
"nur": "nur",
"zen-browser": "zen-browser"
"nur": "nur"
}
},
"systems": {
@ -297,27 +275,6 @@
"repo": "default",
"type": "github"
}
},
"zen-browser": {
"inputs": {
"home-manager": "home-manager_3",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1767502237,
"narHash": "sha256-rRrn9I4H692troUl5pBtE3Y5mG2msSMU/2ro7+ZQrFM=",
"owner": "0xc000022070",
"repo": "zen-browser-flake",
"rev": "e3efa5e2b53982f985044062c98426ec75d6695b",
"type": "github"
},
"original": {
"owner": "0xc000022070",
"repo": "zen-browser-flake",
"type": "github"
}
}
},
"root": "root",

View file

@ -21,10 +21,10 @@
url = "github:nix-community/NUR";
inputs.nixpkgs.follows = "nixpkgs";
};
zen-browser = {
url = "github:0xc000022070/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
# zen-browser = {
# url = "github:0xc000022070/zen-browser-flake";
# inputs.nixpkgs.follows = "nixpkgs";
# };
# keep-sorted end
};
@ -35,7 +35,7 @@
home-manager,
nixpkgs,
nur,
zen-browser,
# zen-browser,
# keep-sorted end
...
}@inputs:
@ -59,7 +59,7 @@
users.${userName}.imports = [
./hosts/${hostName}/home.nix
agenix.homeManagerModules.default
zen-browser.homeModules.twilight
# zen-browser.homeModules.twilight
];
backupFileExtension = "backup";
extraSpecialArgs = {

View file

@ -8,7 +8,7 @@
"firefox"
"kitty"
"obsidian"
"zen-browser"
# "zen-browser"
# keep-sorted end
];
}

View file

@ -10,7 +10,7 @@
devenv
just
mask
rusty-man
# rusty-man
vscode
# keep-sorted end
];