1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-30 22:53:37 +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; [
canvasblocker
catppuccin-gh-file-explorer
indie-wiki-buddy
privacy-badger
stylus
ublock-origin

View file

@ -1,8 +1,8 @@
inputs: [
inputs.nur.overlays.default
inputs.fenix.overlays.default
{ nur, fenix, nixpkgs-unstable, ... }: [
nur.overlays.default
fenix.overlays.default
(final: prev: {
unstable = import inputs.nixpkgs-unstable {
unstable = import nixpkgs-unstable {
system = prev.system;
};
})