Add NUR overlay

This commit is contained in:
Patrick Menking 2024-09-18 07:23:37 -04:00
parent ecd91e1146
commit a66e1e2789
2 changed files with 2 additions and 5 deletions

View file

@ -3,18 +3,17 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nur.url = "github:nix-community/NUR";
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
firefox-addons.url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
};
outputs = inputs: let
system = "x86_64-linux";
inherit (inputs.nixpkgs) lib;
firefox_overlay = final: _prev: {firefox = import inputs.firefox-addons {system = final.system;};};
overlays = [firefox_overlay];
overlays = [ inputs.nur.overlay ];
pkgs = import inputs.nixpkgs {
inherit system overlays;

View file

@ -276,8 +276,6 @@
OfferToSaveLogins = false;
PasswordManagerEnabled = false;
};
profiles.profiles.crow.extensions = with pkgs;
[ bitwarden-password-manager ublock-origin ]
};
};
}