diff --git a/flake.lock b/flake.lock index 70d36b3..01804f0 100644 --- a/flake.lock +++ b/flake.lock @@ -974,6 +974,21 @@ "type": "indirect" } }, + "nur": { + "locked": { + "lastModified": 1730923063, + "narHash": "sha256-QSy8CAkCkDImoLEyICxXtPW9N4rSC9QXcPE83OLXc1c=", + "owner": "nix-community", + "repo": "NUR", + "rev": "51420b39807738ce2e8c43f034c35cd6bc920076", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "NUR", + "type": "github" + } + }, "pre-commit-hooks": { "inputs": { "flake-compat": "flake-compat", @@ -1009,6 +1024,7 @@ "hyprsysteminfo": "hyprsysteminfo", "lanzaboote": "lanzaboote", "nixpkgs": "nixpkgs_6", + "nur": "nur", "spicetify-nix": "spicetify-nix", "split-monitor-workspaces": "split-monitor-workspaces", "stylix": "stylix" diff --git a/flake.nix b/flake.nix index 596962c..30cfd88 100644 --- a/flake.nix +++ b/flake.nix @@ -4,6 +4,7 @@ inputs = { nixpkgs.url = "nixpkgs/nixos-unstable"; chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable"; + nur.url = "github:nix-community/NUR"; hyprsunset.url = "github:hyprwm/hyprsunset"; hyprsysteminfo.url = "github:/hyprwm/hyprsysteminfo";