diff --git a/flake.lock b/flake.lock index 168601cd..e9c57f78 100644 --- a/flake.lock +++ b/flake.lock @@ -149,28 +149,6 @@ "type": "github" } }, - "fenix": { - "inputs": { - "nixpkgs": [ - "chaotic", - "nixpkgs" - ], - "rust-analyzer-src": "rust-analyzer-src" - }, - "locked": { - "lastModified": 1723098624, - "narHash": "sha256-TFg+lq7pHgCnsB4nRmMeTxSnZXHvzYJ2IHyEiw8zEF8=", - "owner": "nix-community", - "repo": "fenix", - "rev": "d6022ac563f2f48d8eeff89ca3589c8adc5235f6", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "fenix", - "type": "github" - } - }, "firefox-addons": { "inputs": { "flake-utils": "flake-utils", @@ -192,6 +170,26 @@ "owner": "rycee", "repo": "nur-expressions", "type": "gitlab" + "fenix": { + "inputs": { + "nixpkgs": [ + "chaotic", + "nixpkgs" + ], + "rust-analyzer-src": "rust-analyzer-src" + }, + "locked": { + "lastModified": 1723098624, + "narHash": "sha256-TFg+lq7pHgCnsB4nRmMeTxSnZXHvzYJ2IHyEiw8zEF8=", + "owner": "nix-community", + "repo": "fenix", + "rev": "d6022ac563f2f48d8eeff89ca3589c8adc5235f6", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "fenix", + "type": "github" } }, "firefox-nightly": { diff --git a/flake.nix b/flake.nix index 3fb9df55..cba23fb5 100644 --- a/flake.nix +++ b/flake.nix @@ -92,5 +92,14 @@ url = "github:Mic92/sops-nix"; inputs.nixpkgs.follows = "nixpkgs"; }; + hyprlock = { + url = "github:hyprwm/hyprlock"; + inputs = { + hyprlang.follows = "hyprland/hyprlang"; + hyprutils.follows = "hyprland/hyprutils"; + nixpkgs.follows = "hyprland/nixpkgs"; + systems.follows = "hyprland/systems"; + }; + }; }; }