diff --git a/flake.lock b/flake.lock index fea81ce..f03c351 100644 --- a/flake.lock +++ b/flake.lock @@ -501,7 +501,9 @@ "hyprpanel": { "inputs": { "ags": "ags", - "nixpkgs": "nixpkgs_3" + "nixpkgs": [ + "nixpkgs" + ] }, "locked": { "lastModified": 1736593231, @@ -521,7 +523,7 @@ "inputs": { "hyprland-qt-support": "hyprland-qt-support", "hyprutils": "hyprutils_2", - "nixpkgs": "nixpkgs_4", + "nixpkgs": "nixpkgs_3", "systems": "systems_4" }, "locked": { @@ -754,22 +756,6 @@ } }, "nixpkgs_3": { - "locked": { - "lastModified": 1736344531, - "narHash": "sha256-8YVQ9ZbSfuUk2bUf2KRj60NRraLPKPS0Q4QFTbc+c2c=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "bffc22eb12172e6db3c5dde9e3e5628f8e3e7912", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_4": { "locked": { "lastModified": 1736012469, "narHash": "sha256-/qlNWm/IEVVH7GfgAIyP6EsVZI6zjAx1cV5zNyrs+rI=", @@ -785,7 +771,7 @@ "type": "github" } }, - "nixpkgs_5": { + "nixpkgs_4": { "locked": { "lastModified": 1735471104, "narHash": "sha256-0q9NGQySwDQc7RhAV2ukfnu7Gxa5/ybJ2ANT8DQrQrs=", @@ -857,7 +843,7 @@ "hyprpanel": "hyprpanel", "hyprsysteminfo": "hyprsysteminfo", "nix-flatpak": "nix-flatpak", - "nixpkgs": "nixpkgs_5" + "nixpkgs": "nixpkgs_4" } }, "systems": { diff --git a/flake.nix b/flake.nix index 9cded06..8b03d9b 100644 --- a/flake.nix +++ b/flake.nix @@ -11,8 +11,8 @@ hyprpanel = { url = "github:Jas-SinghFSU/HyprPanel"; inputs.nixpkgs.follows = "nixpkgs"; - } - + }; + home-manager = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs";