diff options
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..12cb760 --- /dev/null +++ b/flake.lock @@ -0,0 +1,69 @@ +{ + "nodes": { + "home-manager": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1776562531, + "narHash": "sha256-Lh5Ns9DI67E+lSMOCGK0S+mFPy0mz0yOGiJTUXiR9JI=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "5b56ad02dc643808b8af6d5f3ff179e2ce9593f4", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "home-manager", + "type": "github" + } + }, + "hypr-wellbeing": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1776620738, + "narHash": "sha256-4I2DTcVxFHLpEjAN8qbnJ+baVBs2AypCF0ihBlsd1lg=", + "owner": "demonkingswarn", + "repo": "hypr-wellbeing", + "rev": "8e519f53b2ff1e8349693ecb78473d25455528b8", + "type": "github" + }, + "original": { + "owner": "demonkingswarn", + "repo": "hypr-wellbeing", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1776169885, + "narHash": "sha256-l/iNYDZ4bGOAFQY2q8y5OAfBBtrDAaPuRQqWaFHVRXM=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "4bd9165a9165d7b5e33ae57f3eecbcb28fb231c9", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "home-manager": "home-manager", + "hypr-wellbeing": "hypr-wellbeing", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |
