Skip to content

Commit

Permalink
Fix firefox, flake update
Browse files Browse the repository at this point in the history
  • Loading branch information
amadejkastelic committed Sep 2, 2024
1 parent d227f6f commit f2567a1
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 58 deletions.
104 changes: 52 additions & 52 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions home/programs/browsers/firefox.nix

This file was deleted.

24 changes: 24 additions & 0 deletions home/programs/browsers/schizofox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,40 @@ in {
Method = "GET";
URLTemplate = "https://startpage.com/sp/search?query={searchTerms}&prfe=${startPagePrefs}";
}
{
Name = "Nix Packages";
Description = "Search NixPkgs";
Method = "GET";
URLTemplate = "https://search.nixos.org/packages?channel=unstable&type=packages&query={searchTerms}";
Alias = "!np";
}
{
Name = "Nix Options";
Description = "Search options";
Method = "GET";
URLTemplate = "https://search.nixos.org/options?channel=unstable&type=packages&query={searchTerms}";
Alias = "!no";
}
{
Name = "Home Manager Options";
Description = "Search hm options";
Method = "GET";
URLTemplate = "https://home-manager-options.extranix.com/?release=master&query={searchTerms}";
Alias = "!hm";
}
];
};

security = {
noSessionRestore = false;
userAgent = "Mozilla/5.0 (X11; Linux i686; rv:128.1) Gecko/20100101 Firefox/128.1";
};

misc = {
drm.enable = true;
drmFix = true;
contextMenu.enable = true;
disableWebgl = false;
};

settings = {
Expand Down

0 comments on commit f2567a1

Please sign in to comment.