From 3d6bbf7e30707e7270cd96b59a9e71b27cf80f05 Mon Sep 17 00:00:00 2001 From: jay Date: Mon, 30 Jun 2025 00:09:35 -0400 Subject: [PATCH] Add hyprpanel setup. --- flake.lock | 22 ++++++++++++++++++++++ flake.nix | 3 +++ 2 files changed, 25 insertions(+) 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";