mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 10:35:13 -05:00
refactor: firefox overhaul
This commit is contained in:
parent
9ea002b5a3
commit
a2bf6014ff
85 changed files with 1253 additions and 1133 deletions
|
@ -6,20 +6,19 @@
|
|||
}: let
|
||||
inherit (flake.config.people) user0;
|
||||
in {
|
||||
imports = [
|
||||
./config/bookmarks.nix
|
||||
./config/search.nix
|
||||
];
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
package = pkgs.firefox;
|
||||
profiles = {
|
||||
${user0} = {
|
||||
isDefault = true;
|
||||
settings = import ./config/settings.nix;
|
||||
extensions = import ./config/extensions.nix {inherit nur;};
|
||||
userChrome = builtins.readFile ./config/userChrome.css;
|
||||
};
|
||||
${user0} =
|
||||
{
|
||||
isDefault = true;
|
||||
}
|
||||
// (import ./config/bookmarks {inherit flake;})
|
||||
// (import ./config/extensions {inherit nur;})
|
||||
// (import ./config/search {inherit flake;})
|
||||
// (import ./config/settings)
|
||||
// (import ./config/themes);
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue