install zen

This commit is contained in:
2025-05-28 23:27:30 +03:00
parent f556816d97
commit e2fc98a0c1
7 changed files with 74 additions and 7 deletions

View File

@@ -196,6 +196,7 @@
imports = [
inputs.catppuccin.homeModules.catppuccin
inputs.zen-browser.homeModules.beta
];
catppuccin = {
@@ -205,6 +206,15 @@
gtk.enable = true;
};
programs.zen-browser = {
enable = true;
nativeMessagingHosts = [pkgs.firefoxpwa];
policies = {
DisableAppUpdate = true;
DisableTelemetry = true;
};
};
home.file.".config/fastfetch" = {
source = config.lib.file.mkOutOfStoreSymlink "/home/ocbwoy3/config/config/fastfetch";
recursive = true;