feat: awawa

This commit is contained in:
Kat Inskip 2025-09-07 02:48:49 -07:00
parent 8acbf1407a
commit 47c88c3dfc
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
7 changed files with 13 additions and 31 deletions

View file

@ -1,6 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
calibre
pkgs.kdePackages.okular
];
}

View file

@ -1,5 +1,7 @@
_: {
programs.zen-browser.profiles.main.settings = {
"browser.tabs.allow_transparent_browser" = true;
"zen.welcome-screen.seen" = true;
"zen.watermark.enabled" = false;
"browser.ml.chat.enabled" = false;

View file

@ -6,7 +6,7 @@
home.sessionVariables = {
BROWSER = "zen";
};
stylix.targets.zen-browser.profileNames = ["main"];
#stylix.targets.zen-browser.profileNames = ["main"];
home.packages = [pkgs.ff2mpv-rust];
programs.zen-browser = {
nativeMessagingHosts = [

View file

@ -0,0 +1,9 @@
_: {
programs.zen-browser.profiles.main.extensions = {
#settings."{6b733b82-9261-47ee-a595-2dda294a4d08}".settings = {
# options = builtins.toJSON {
# showGuide = false;
# };
#};
};
}