My NixOS configuration
at main 49 lines 1.1 kB view raw
1{ 2 "nodes": { 3 "home-manager": { 4 "inputs": { 5 "nixpkgs": [ 6 "nixpkgs" 7 ] 8 }, 9 "locked": { 10 "lastModified": 1770260404, 11 "narHash": "sha256-3iVX1+7YUIt23hBx1WZsUllhbmP2EnXrV8tCRbLxHc8=", 12 "owner": "nix-community", 13 "repo": "home-manager", 14 "rev": "0d782ee42c86b196acff08acfbf41bb7d13eed5b", 15 "type": "github" 16 }, 17 "original": { 18 "owner": "nix-community", 19 "ref": "release-25.11", 20 "repo": "home-manager", 21 "type": "github" 22 } 23 }, 24 "nixpkgs": { 25 "locked": { 26 "lastModified": 1770464364, 27 "narHash": "sha256-z5NJPSBwsLf/OfD8WTmh79tlSU8XgIbwmk6qB1/TFzY=", 28 "owner": "nixos", 29 "repo": "nixpkgs", 30 "rev": "23d72dabcb3b12469f57b37170fcbc1789bd7457", 31 "type": "github" 32 }, 33 "original": { 34 "owner": "nixos", 35 "ref": "nixos-25.11", 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}