add NUR Repository
This commit is contained in:
@@ -22,6 +22,7 @@ let
|
||||
};
|
||||
|
||||
lib = nixpkgs.lib;
|
||||
|
||||
in
|
||||
{
|
||||
desktop = lib.nixosSystem { # Desktop profile
|
||||
@@ -46,7 +47,7 @@ in
|
||||
|
||||
laptop = lib.nixosSystem { # Laptop profile
|
||||
inherit system;
|
||||
specialArgs = { inherit inputs user location hyprland nixos-hardware; };
|
||||
specialArgs = { inherit inputs user location hyprland nixos-hardware nur; };
|
||||
modules = [
|
||||
nur.nixosModules.nur
|
||||
hyprland.nixosModules.default
|
||||
@@ -55,6 +56,9 @@ in
|
||||
nixos-hardware.nixosModules.common-cpu-intel
|
||||
|
||||
home-manager.nixosModules.home-manager {
|
||||
nixpkgs.overlays = [
|
||||
nur.overlay
|
||||
];
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.extraSpecialArgs = { inherit user; };
|
||||
|
||||
Reference in New Issue
Block a user