From 3783b3f0a9c7d8a02b6ef7df199073eeb57529d6 Mon Sep 17 00:00:00 2001 From: Matthew Stobbs Date: Tue, 18 Aug 2026 22:18:34 -0500 Subject: [PATCH] updated flake.lock --- flake.lock | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index 6336889..4d1775b 100644 --- a/flake.lock +++ b/flake.lock @@ -1,5 +1,25 @@ { "nodes": { + "home-manager": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1786999651, + "narHash": "sha256-MTGMFlLDTklsXhCp4r5GXB4VAVadPdalXLvUjd/K7h0=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "353742587cbaf079b3caee743115d037bc51fea6", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "home-manager", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1786313170, @@ -16,9 +36,31 @@ "type": "github" } }, + "noctalia": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1787106894, + "narHash": "sha256-ZLsON94GGmg7cAC/9Oyz0P+mPhemdvQIKwLcFEe785k=", + "owner": "noctalia-dev", + "repo": "noctalia", + "rev": "b38bf2dde1195e459b4b2a436bde970001d5d5ce", + "type": "github" + }, + "original": { + "owner": "noctalia-dev", + "repo": "noctalia", + "type": "github" + } + }, "root": { "inputs": { - "nixpkgs": "nixpkgs" + "home-manager": "home-manager", + "nixpkgs": "nixpkgs", + "noctalia": "noctalia" } } },