diff --git a/flake.lock b/flake.lock index 3335dee..6f2205c 100644 --- a/flake.lock +++ b/flake.lock @@ -86,6 +86,27 @@ "type": "github" } }, + "home-manager-stable-nixos": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1750704637, + "narHash": "sha256-PHhDLtkEBkH+ee27YCsMziijpbypsRGDTuOuz6mG7iE=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "873c5b2dc5c9387bf67e59a12abc4de12a4b8697", + "type": "github" + }, + "original": { + "owner": "nix-community", + "ref": "873c5b2dc5c9387bf67e59a12abc4de12a4b8697", + "repo": "home-manager", + "type": "github" + } + }, "nix-darwin": { "inputs": { "nixpkgs": [ @@ -248,6 +269,7 @@ "root": { "inputs": { "disko-stable-nixos": "disko-stable-nixos", + "home-manager-stable-nixos": "home-manager-stable-nixos", "nix-flatpak-stable-nixos": "nix-flatpak-stable-nixos", "nixpkgs": "nixpkgs", "nixpkgs-stable-nixos": "nixpkgs-stable-nixos", diff --git a/flake.nix b/flake.nix index 803f5d5..13169df 100644 --- a/flake.nix +++ b/flake.nix @@ -19,6 +19,9 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + hyprpanel-stable-nixos = { + url = "github:Jas-SinghFSU/HyprPanel?rev=436dcbfcf2458784203d83c4b96e7b0c3fb66762"; + }; nix-flatpak-stable-nixos = { url = "github:gmodena/nix-flatpak/?ref=latest";