dots/modules/home-manager/bundles/gui.nix
wi11-holdsworth bcc0914e32 fix: deprecate zen in favour of vanilla firefox
firefox has vertical tabs now, tab grouping, and soon split view
2026-01-07 15:03:33 +11:00

14 lines
176 B
Nix

{
util,
...
}:
{
imports = util.toImports ../features [
# keep-sorted start
"firefox"
"kitty"
"obsidian"
# "zen-browser"
# keep-sorted end
];
}