aboutsummaryrefslogtreecommitdiffstats
path: root/ginaz/flake.lock
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-03-14 01:21:25 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-03-14 01:21:25 -0700
commit44eee99af9551ab52aa09b7ee23c567bccc13b9e (patch)
treec8728fda55044d04c8fb645d890400ac159a9ae5 /ginaz/flake.lock
parent576d5d4923e67887cf34d175b0482b5e77490da2 (diff)
downloadnix-44eee99af9551ab52aa09b7ee23c567bccc13b9e.tar
nix-44eee99af9551ab52aa09b7ee23c567bccc13b9e.tar.gz
nix-44eee99af9551ab52aa09b7ee23c567bccc13b9e.tar.bz2
nix-44eee99af9551ab52aa09b7ee23c567bccc13b9e.tar.lz
nix-44eee99af9551ab52aa09b7ee23c567bccc13b9e.tar.xz
nix-44eee99af9551ab52aa09b7ee23c567bccc13b9e.tar.zst
nix-44eee99af9551ab52aa09b7ee23c567bccc13b9e.zip
Add initial Home Manager configuration
Diffstat (limited to 'ginaz/flake.lock')
-rw-r--r--ginaz/flake.lock21
1 files changed, 21 insertions, 0 deletions
diff --git a/ginaz/flake.lock b/ginaz/flake.lock
index fa62f4a..c050cef 100644
--- a/ginaz/flake.lock
+++ b/ginaz/flake.lock
@@ -1,5 +1,25 @@
{
"nodes": {
+ "home-manager": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1710349883,
+ "narHash": "sha256-bjbdS2mC76xNJwt1d/uZa+JdHR8CCyYbF4Ey/NgOJus=",
+ "owner": "nix-community",
+ "repo": "home-manager",
+ "rev": "2f0db7d418e781354d8a3c50e611e3b1cd413087",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "repo": "home-manager",
+ "type": "github"
+ }
+ },
"nixpkgs": {
"locked": {
"lastModified": 1710272261,
@@ -18,6 +38,7 @@
},
"root": {
"inputs": {
+ "home-manager": "home-manager",
"nixpkgs": "nixpkgs"
}
}