stylix and zen-browser

This commit is contained in:
William 2025-10-16 13:44:52 -03:00
parent 8e5a0ff620
commit a34c15d72f
6 changed files with 114 additions and 54 deletions

View file

@ -1,7 +1,10 @@
{ inputs, pkgs, ... }:
{
imports = [ inputs.dms.homeModules.dankMaterialShell.default ];
imports = [
inputs.dms.homeModules.dankMaterialShell.default
inputs.zen-browser.homeModules.beta
];
fonts.fontconfig.enable = true;
@ -11,6 +14,11 @@
enableVPN = false;
};
zen-browser = {
enable = true;
profiles.william = { };
};
ghostty = {
enable = true;
settings = {
@ -35,9 +43,7 @@
enable = true;
xdgOpenUsePortal = true;
extraPortals = with pkgs; [
kdePackages.xdg-desktop-portal-kde
xdg-desktop-portal-gtk
xdg-desktop-portal-gnome
];
config.common.default = "*";
};

View file

@ -13,7 +13,7 @@
idle-timeout = 0;
line-number = "relative";
cursor-shape = {
normal = "bar";
normal = "underline";
insert = "bar";
select = "underline";
};

View file

@ -53,5 +53,9 @@
terminal = 12;
};
};
targets.zen-browser = {
enable = true;
profileNames = [ "william" ];
};
};
}