NixOS and Home Manager config
1{ 2 "nodes": { 3 "home-manager": { 4 "inputs": { 5 "nixpkgs": [ 6 "nixpkgs" 7 ] 8 }, 9 "locked": { 10 "lastModified": 1754613544, 11 "narHash": "sha256-ueR1mGX4I4DWfDRRxxMphbKDNisDeMPMusN72VV1+cc=", 12 "owner": "nix-community", 13 "repo": "home-manager", 14 "rev": "cc2fa2331aebf9661d22bb507d362b39852ac73f", 15 "type": "github" 16 }, 17 "original": { 18 "owner": "nix-community", 19 "ref": "master", 20 "repo": "home-manager", 21 "type": "github" 22 } 23 }, 24 "nixpkgs": { 25 "locked": { 26 "lastModified": 1754498491, 27 "narHash": "sha256-erbiH2agUTD0Z30xcVSFcDHzkRvkRXOQ3lb887bcVrs=", 28 "owner": "nixos", 29 "repo": "nixpkgs", 30 "rev": "c2ae88e026f9525daf89587f3cbee584b92b6134", 31 "type": "github" 32 }, 33 "original": { 34 "owner": "nixos", 35 "ref": "nixos-unstable", 36 "repo": "nixpkgs", 37 "type": "github" 38 } 39 }, 40 "root": { 41 "inputs": { 42 "home-manager": "home-manager", 43 "nixpkgs": "nixpkgs" 44 } 45 } 46 }, 47 "root": "root", 48 "version": 7 49}