[feat] zen

This commit is contained in:
Chris Cochrun 2026-05-28 15:59:55 -05:00
parent 101ebb3eee
commit d11bad601c
3 changed files with 5 additions and 2 deletions

View file

@ -9,7 +9,7 @@ in {
./modules/hyprland.nix
./modules/niri.nix
./modules/rofi.nix
./modules/zen/default.nix
./modules/zen
# ags.homeManagerModules.default
# ./modules/plasma.nix
];

View file

@ -6,11 +6,12 @@
...
}: {
imports = [
inputs.zen-browser.homeModules.beta
inputs.zen.homeModules.beta
];
programs.zen-browser = {
enable = true;
nativeMessagingHosts = [ pkgs.tridactyl-native ];
languagePacks = ["en-US"];
policies = import ./policies.nix;
@ -113,6 +114,7 @@
id = "kernel-nix-docs";
gridType = "vsep";
tabs = [
pins."NixOS.org".id
pins."NixOS.org".id
pins."GrapheneOS".id
];

View file

@ -64,6 +64,7 @@ in {
"github-no-more@ihatereality.space" = "github-no-more";
"github-repository-size@pranavmangal" = "gh-repo-size";
"jid1-BoFifL9Vbdl2zQ@jetpack" = "decentraleyes";
"tridactyl.vim@cmcaine.co.uk" = "trydactyl";
};
Preferences = mkLockedAttrs {
"browser.aboutConfig.showWarning" = false;