remove code under comments & add home-server basic config (WIP)
This commit is contained in:
@@ -38,25 +38,7 @@
|
||||
|
||||
# imports = [ inputs.zen-browser.homeModules.twilight ];
|
||||
imports = [ inputs.zen-browser.homeModules.default ];
|
||||
# inputs.zen-browser.homeModules.beta
|
||||
# or inputs.zen-browser.homeModules.twilight
|
||||
# or inputs.zen-browser.homeModules.twilight-official
|
||||
programs.zen-browser = {
|
||||
enable = true;
|
||||
#profiles."Default Profile" = {
|
||||
# search = {
|
||||
# default = "Perplexity"; # Use the ID of your custom engine below
|
||||
#engines = {
|
||||
#"perplexity" = { # Custom engine ID (lowercase, no spaces)
|
||||
#name = "Perplexity";
|
||||
#urls = [{
|
||||
# template = "https://www.perplexity.ai/search?q=%s";
|
||||
#}];
|
||||
#definedAliases = [ "@per" ];
|
||||
#};
|
||||
# };
|
||||
#};
|
||||
};
|
||||
programs.zen-browser = { enable = true; };
|
||||
|
||||
xdg.mimeApps = let
|
||||
value = let
|
||||
|
||||
Reference in New Issue
Block a user