[feat] zen
This commit is contained in:
parent
101ebb3eee
commit
d11bad601c
3 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue