my nixos/home-manager configuration
at main 298 lines 7.7 kB view raw
1{ 2 "nodes": { 3 "betterfox": { 4 "flake": false, 5 "locked": { 6 "lastModified": 1769104536, 7 "narHash": "sha256-D2MIFdYMS3xrfO2vDYjCmC3Ah96jg5XUzvwMX3xJQBo=", 8 "owner": "yokoffing", 9 "repo": "Betterfox", 10 "rev": "310cbdee6ca20eb881749a559cb572ce9272a981", 11 "type": "github" 12 }, 13 "original": { 14 "owner": "yokoffing", 15 "repo": "Betterfox", 16 "type": "github" 17 } 18 }, 19 "claude-code": { 20 "inputs": { 21 "flake-utils": "flake-utils", 22 "nixpkgs": [ 23 "nixpkgs" 24 ] 25 }, 26 "locked": { 27 "lastModified": 1772674260, 28 "narHash": "sha256-6Ks0v3VtZ6KKzZiCJXFTjH2oTXPaVFBpijji3xCSN/E=", 29 "owner": "sadjow", 30 "repo": "claude-code-nix", 31 "rev": "4f5e65a89966a7de18b8449e60895209310f075f", 32 "type": "github" 33 }, 34 "original": { 35 "owner": "sadjow", 36 "repo": "claude-code-nix", 37 "type": "github" 38 } 39 }, 40 "disko": { 41 "inputs": { 42 "nixpkgs": [ 43 "nixpkgs" 44 ] 45 }, 46 "locked": { 47 "lastModified": 1769524058, 48 "narHash": "sha256-zygdD6X1PcVNR2PsyK4ptzrVEiAdbMqLos7utrMDEWE=", 49 "owner": "nix-community", 50 "repo": "disko", 51 "rev": "71a3fc97d80881e91710fe721f1158d3b96ae14d", 52 "type": "github" 53 }, 54 "original": { 55 "owner": "nix-community", 56 "repo": "disko", 57 "type": "github" 58 } 59 }, 60 "flake-parts": { 61 "inputs": { 62 "nixpkgs-lib": [ 63 "nur", 64 "nixpkgs" 65 ] 66 }, 67 "locked": { 68 "lastModified": 1733312601, 69 "narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=", 70 "owner": "hercules-ci", 71 "repo": "flake-parts", 72 "rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9", 73 "type": "github" 74 }, 75 "original": { 76 "owner": "hercules-ci", 77 "repo": "flake-parts", 78 "type": "github" 79 } 80 }, 81 "flake-utils": { 82 "inputs": { 83 "systems": "systems" 84 }, 85 "locked": { 86 "lastModified": 1731533236, 87 "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", 88 "owner": "numtide", 89 "repo": "flake-utils", 90 "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", 91 "type": "github" 92 }, 93 "original": { 94 "owner": "numtide", 95 "repo": "flake-utils", 96 "type": "github" 97 } 98 }, 99 "flake-utils_2": { 100 "inputs": { 101 "systems": "systems_2" 102 }, 103 "locked": { 104 "lastModified": 1731533236, 105 "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", 106 "owner": "numtide", 107 "repo": "flake-utils", 108 "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", 109 "type": "github" 110 }, 111 "original": { 112 "owner": "numtide", 113 "repo": "flake-utils", 114 "type": "github" 115 } 116 }, 117 "home-manager": { 118 "inputs": { 119 "nixpkgs": [ 120 "nixpkgs" 121 ] 122 }, 123 "locked": { 124 "lastModified": 1769580047, 125 "narHash": "sha256-tNqCP/+2+peAXXQ2V8RwsBkenlfWMERb+Uy6xmevyhM=", 126 "owner": "nix-community", 127 "repo": "home-manager", 128 "rev": "366d78c2856de6ab3411c15c1cb4fb4c2bf5c826", 129 "type": "github" 130 }, 131 "original": { 132 "owner": "nix-community", 133 "ref": "release-25.11", 134 "repo": "home-manager", 135 "type": "github" 136 } 137 }, 138 "nixos-hardware": { 139 "locked": { 140 "lastModified": 1769302137, 141 "narHash": "sha256-QEDtctEkOsbx8nlFh4yqPEOtr4tif6KTqWwJ37IM2ds=", 142 "owner": "nixos", 143 "repo": "nixos-hardware", 144 "rev": "a351494b0e35fd7c0b7a1aae82f0afddf4907aa8", 145 "type": "github" 146 }, 147 "original": { 148 "owner": "nixos", 149 "ref": "master", 150 "repo": "nixos-hardware", 151 "type": "github" 152 } 153 }, 154 "nixpkgs": { 155 "locked": { 156 "lastModified": 1770056022, 157 "narHash": "sha256-yvCz+Qmci1bVucXEyac3TdoSPMtjqVJmVy5wro6j/70=", 158 "owner": "nixos", 159 "repo": "nixpkgs", 160 "rev": "d04d8548aed39902419f14a8537006426dc1e4fa", 161 "type": "github" 162 }, 163 "original": { 164 "owner": "nixos", 165 "ref": "nixos-25.11", 166 "repo": "nixpkgs", 167 "type": "github" 168 } 169 }, 170 "nixpkgs-unstable": { 171 "locked": { 172 "lastModified": 1771939359, 173 "narHash": "sha256-f5+6bL7mUX8PpVb3PBnUhhrNe+AY+OJKch3as6ohwvg=", 174 "owner": "nixos", 175 "repo": "nixpkgs", 176 "rev": "bd5570e32f8a77651c3128c631aad6f9b70f8a52", 177 "type": "github" 178 }, 179 "original": { 180 "owner": "nixos", 181 "ref": "master", 182 "repo": "nixpkgs", 183 "type": "github" 184 } 185 }, 186 "nur": { 187 "inputs": { 188 "flake-parts": "flake-parts", 189 "nixpkgs": [ 190 "nixpkgs" 191 ] 192 }, 193 "locked": { 194 "lastModified": 1770095884, 195 "narHash": "sha256-S/VVMY/2/oxsxPymmpuIIhIrzmpap8Pc6Yt1JTgkjNY=", 196 "owner": "nix-community", 197 "repo": "nur", 198 "rev": "8268cb313ff2b7a2bb3f12ff58e1532e0dfc1fd3", 199 "type": "github" 200 }, 201 "original": { 202 "owner": "nix-community", 203 "repo": "nur", 204 "type": "github" 205 } 206 }, 207 "opnix": { 208 "inputs": { 209 "flake-utils": "flake-utils_2", 210 "nixpkgs": [ 211 "nixpkgs" 212 ] 213 }, 214 "locked": { 215 "lastModified": 1768270397, 216 "narHash": "sha256-5qBcY7sGKwrn62bjOtn/AS25+Ed4DoZbK+Q4ypxOJPI=", 217 "owner": "brizzbuzz", 218 "repo": "opnix", 219 "rev": "4052e33f395b2be64be6457e001946c071a1b2b0", 220 "type": "github" 221 }, 222 "original": { 223 "owner": "brizzbuzz", 224 "repo": "opnix", 225 "type": "github" 226 } 227 }, 228 "root": { 229 "inputs": { 230 "betterfox": "betterfox", 231 "claude-code": "claude-code", 232 "disko": "disko", 233 "home-manager": "home-manager", 234 "nixos-hardware": "nixos-hardware", 235 "nixpkgs": "nixpkgs", 236 "nixpkgs-unstable": "nixpkgs-unstable", 237 "nur": "nur", 238 "opnix": "opnix", 239 "zen-browser": "zen-browser" 240 } 241 }, 242 "systems": { 243 "locked": { 244 "lastModified": 1681028828, 245 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 246 "owner": "nix-systems", 247 "repo": "default", 248 "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", 249 "type": "github" 250 }, 251 "original": { 252 "owner": "nix-systems", 253 "repo": "default", 254 "type": "github" 255 } 256 }, 257 "systems_2": { 258 "locked": { 259 "lastModified": 1681028828, 260 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 261 "owner": "nix-systems", 262 "repo": "default", 263 "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", 264 "type": "github" 265 }, 266 "original": { 267 "owner": "nix-systems", 268 "repo": "default", 269 "type": "github" 270 } 271 }, 272 "zen-browser": { 273 "inputs": { 274 "home-manager": [ 275 "home-manager" 276 ], 277 "nixpkgs": [ 278 "nixpkgs" 279 ] 280 }, 281 "locked": { 282 "lastModified": 1770097899, 283 "narHash": "sha256-FKRpvwWR96VDW4bdsxIrZgIAXvdXqsCTaV1HghCJBoQ=", 284 "owner": "0xc000022070", 285 "repo": "zen-browser-flake", 286 "rev": "615a27db86f3fddd0f096b5e9ea832795a4608d1", 287 "type": "github" 288 }, 289 "original": { 290 "owner": "0xc000022070", 291 "repo": "zen-browser-flake", 292 "type": "github" 293 } 294 } 295 }, 296 "root": "root", 297 "version": 7 298}