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 = "*";
};