{ pkgs, zen-browser, ... }: { services.greetd = { enable = true; settings.default_session = { command = "hyprland"; user = "larstvei"; }; }; home.packages = [ pkgs.adwaita-icon-theme pkgs.brightnessctl pkgs.grimblast pkgs.pamixer pkgs.wl-clipboard pkgs.wtype ]; imports = [ zen-browser.homeModules.beta ./hyprland ./theme ]; programs.zen-browser = { enable = true; policies = { DisableAppUpdate = true; DisableTelemetry = true; AutofillAddressesEnabled = false; AutoFillCreditCardEnabled = false; DisablePocket = true; DisableProfileImport = true; DisableSetDesktopBackground = true; DontCheckDefaultBrowser = true; HomepageURL = "https://start.hadi.diy"; StartPage = "homepage"; NewTabPage = true; OfferToSaveLogins = false; # find more options here: https://mozilla.github.io/policy-templates/ }; }; }