mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-02-04 11:30:33 +00:00
firefox:
This commit is contained in:
parent
28797f148f
commit
d59329969d
10 changed files with 227 additions and 55 deletions
|
|
@ -37,6 +37,14 @@
|
|||
xremap-flake.url = "github:xremap/nix-flake";
|
||||
# betterfox - preconfigured firefox user.js
|
||||
betterfox-nix.url = "github:HeitorAugustoLN/betterfox-nix";
|
||||
firefox-addons = {
|
||||
url = "github:petrkozorezov/firefox-addons-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
zen-browser = {
|
||||
url = "github:youwen5/zen-browser-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
|
@ -53,13 +61,19 @@
|
|||
niri-flake,
|
||||
xremap-flake,
|
||||
betterfox-nix,
|
||||
firefox-addons,
|
||||
zen-browser,
|
||||
...
|
||||
} @ inputs: let
|
||||
overlays = [
|
||||
nur.overlays.default
|
||||
firefox-addons.overlays.default
|
||||
(final: prev: {
|
||||
caelestia-shell = caelestia-shell.packages.x86_64-linux.caelestia-shell;
|
||||
})
|
||||
(final: pref: {
|
||||
zen-browser = zen-browser.packages.x86_64-linux.zen-browser;
|
||||
})
|
||||
];
|
||||
forSystem = system:
|
||||
import nixpkgs {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue