[feat] Tried to add nur

This commit is contained in:
uttarayan21
2024-03-01 02:06:15 +05:30
parent d26ef52267
commit efd59a963d
5 changed files with 30 additions and 7 deletions

View File

@@ -81,7 +81,7 @@
};
outputs = { nixpkgs, home-manager, nix-darwin, flake-utils, anyrun
outputs = { nixpkgs, home-manager, nix-darwin, flake-utils, anyrun, nur
, neovim-nightly-overlay, ... }@inputs:
let
config_devices = [
@@ -157,7 +157,7 @@
in {
nixosConfigurations = let devices = nixos_devices;
in import ./nixos/device.nix {
inherit devices inputs nixpkgs home-manager overlays;
inherit devices inputs nixpkgs home-manager overlays nur;
};
darwinConfigurations = let devices = darwin_devices;