Skip to content

Commit

Permalink
graphical/browsers/firefox: use nur HM module instead of overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Sep 1, 2024
1 parent 8614b0b commit a754534
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -233,15 +233,14 @@
];
};

overlays = with inputs; [
nur.overlay
];
overlays = [ ];

homes.modules = with inputs; [
anyrun.homeManagerModules.default
catppuccin.homeManagerModules.catppuccin
hypr-socket-watch.homeManagerModules.default
nix-index-database.hmModules.nix-index
nur.hmModules.nur
sops-nix.homeManagerModules.sops
spicetify-nix.homeManagerModules.default
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ in
options.${namespace}.programs.graphical.browsers.firefox = with types; {
enable = mkBoolOpt false "Whether or not to enable Firefox.";

extensions = mkOpt (listOf package) (with pkgs.nur.repos.rycee.firefox-addons; [
extensions = mkOpt (listOf package) (with config.nur.repos.rycee.firefox-addons; [
angular-devtools
auto-tab-discard
bitwarden
Expand Down

0 comments on commit a754534

Please sign in to comment.