mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-31 07:03:36 +00:00
~
This commit is contained in:
parent
da129c4dc0
commit
05e8e5dc03
2 changed files with 5 additions and 4 deletions
|
@ -27,6 +27,7 @@
|
||||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
canvasblocker
|
canvasblocker
|
||||||
catppuccin-gh-file-explorer
|
catppuccin-gh-file-explorer
|
||||||
|
indie-wiki-buddy
|
||||||
privacy-badger
|
privacy-badger
|
||||||
stylus
|
stylus
|
||||||
ublock-origin
|
ublock-origin
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
inputs: [
|
{ nur, fenix, nixpkgs-unstable, ... }: [
|
||||||
inputs.nur.overlays.default
|
nur.overlays.default
|
||||||
inputs.fenix.overlays.default
|
fenix.overlays.default
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
unstable = import inputs.nixpkgs-unstable {
|
unstable = import nixpkgs-unstable {
|
||||||
system = prev.system;
|
system = prev.system;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue