mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
trying this
This commit is contained in:
parent
8374f7de3e
commit
8abda55ac9
10 changed files with 132 additions and 22 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{ config, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
isDefault = true;
|
||||
search.default = "Startpage";
|
||||
extensions = with config.nur.repos.rycee.firefox-addons; [
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
ublock-origin
|
||||
darkreader
|
||||
keepassxc-browser
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@ in
|
|||
{ options.modules.browsers = { enable = mkEnableOption "browsers"; };
|
||||
config = mkIf cfg.enable {
|
||||
programs.firefox = {
|
||||
enabled = true;
|
||||
profiles.bryan = import config/bryan.nix { inherit config; };
|
||||
enable = true;
|
||||
profiles.bryan = import config/bryan.nix { inherit pkgs; };
|
||||
};
|
||||
|
||||
home.packages = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue