install zen
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user