mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
Add NUR overlay
This commit is contained in:
parent
ecd91e1146
commit
a66e1e2789
2 changed files with 2 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -276,8 +276,6 @@
|
|||
OfferToSaveLogins = false;
|
||||
PasswordManagerEnabled = false;
|
||||
};
|
||||
profiles.profiles.crow.extensions = with pkgs;
|
||||
[ bitwarden-password-manager ublock-origin ]
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue