1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-31 07:03:36 +00:00
This commit is contained in:
Rae 5e 2025-01-01 21:37:32 -05:00
parent da129c4dc0
commit 05e8e5dc03
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
2 changed files with 5 additions and 4 deletions

View file

@ -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

View file

@ -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;
}; };
}) })