NixOS system configurations + dotfiles via home-manager
at main 20 kB view raw
1{ 2 "nodes": { 3 "agenix": { 4 "inputs": { 5 "darwin": "darwin", 6 "home-manager": [ 7 "home-manager" 8 ], 9 "nixpkgs": [ 10 "nixpkgs" 11 ], 12 "systems": "systems" 13 }, 14 "locked": { 15 "lastModified": 1762618334, 16 "narHash": "sha256-wyT7Pl6tMFbFrs8Lk/TlEs81N6L+VSybPfiIgzU8lbQ=", 17 "owner": "ryantm", 18 "repo": "agenix", 19 "rev": "fcdea223397448d35d9b31f798479227e80183f6", 20 "type": "github" 21 }, 22 "original": { 23 "owner": "ryantm", 24 "repo": "agenix", 25 "type": "github" 26 } 27 }, 28 "darwin": { 29 "inputs": { 30 "nixpkgs": [ 31 "agenix", 32 "nixpkgs" 33 ] 34 }, 35 "locked": { 36 "lastModified": 1744478979, 37 "narHash": "sha256-dyN+teG9G82G+m+PX/aSAagkC+vUv0SgUw3XkPhQodQ=", 38 "owner": "lnl7", 39 "repo": "nix-darwin", 40 "rev": "43975d782b418ebf4969e9ccba82466728c2851b", 41 "type": "github" 42 }, 43 "original": { 44 "owner": "lnl7", 45 "ref": "master", 46 "repo": "nix-darwin", 47 "type": "github" 48 } 49 }, 50 "disko": { 51 "inputs": { 52 "nixpkgs": [ 53 "nixpkgs" 54 ] 55 }, 56 "locked": { 57 "lastModified": 1764627417, 58 "narHash": "sha256-D6xc3Rl8Ab6wucJWdvjNsGYGSxNjQHzRc2EZ6eeQ6l4=", 59 "owner": "nix-community", 60 "repo": "disko", 61 "rev": "5a88a6eceb8fd732b983e72b732f6f4b8269bef3", 62 "type": "github" 63 }, 64 "original": { 65 "owner": "nix-community", 66 "repo": "disko", 67 "type": "github" 68 } 69 }, 70 "fish-prompt-pvsr": { 71 "flake": false, 72 "locked": { 73 "lastModified": 1754965199, 74 "narHash": "sha256-ejX0vDtGaoRwFsXYRDCGVUAKbsuh8QUgzq0SWQda6Zc=", 75 "owner": "pvsr", 76 "repo": "fish-prompt-pvsr", 77 "rev": "5773eb7be8f95cc34af6995cf2e819798cff898f", 78 "type": "github" 79 }, 80 "original": { 81 "owner": "pvsr", 82 "repo": "fish-prompt-pvsr", 83 "type": "github" 84 } 85 }, 86 "flake-compat": { 87 "flake": false, 88 "locked": { 89 "lastModified": 1761588595, 90 "narHash": "sha256-XKUZz9zewJNUj46b4AJdiRZJAvSZ0Dqj2BNfXvFlJC4=", 91 "owner": "edolstra", 92 "repo": "flake-compat", 93 "rev": "f387cd2afec9419c8ee37694406ca490c3f34ee5", 94 "type": "github" 95 }, 96 "original": { 97 "owner": "edolstra", 98 "repo": "flake-compat", 99 "type": "github" 100 } 101 }, 102 "flake-parts": { 103 "inputs": { 104 "nixpkgs-lib": "nixpkgs-lib" 105 }, 106 "locked": { 107 "lastModified": 1763759067, 108 "narHash": "sha256-LlLt2Jo/gMNYAwOgdRQBrsRoOz7BPRkzvNaI/fzXi2Q=", 109 "owner": "hercules-ci", 110 "repo": "flake-parts", 111 "rev": "2cccadc7357c0ba201788ae99c4dfa90728ef5e0", 112 "type": "github" 113 }, 114 "original": { 115 "owner": "hercules-ci", 116 "repo": "flake-parts", 117 "type": "github" 118 } 119 }, 120 "flake-utils": { 121 "inputs": { 122 "systems": "systems_3" 123 }, 124 "locked": { 125 "lastModified": 1681202837, 126 "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", 127 "owner": "numtide", 128 "repo": "flake-utils", 129 "rev": "cfacdce06f30d2b68473a46042957675eebb3401", 130 "type": "github" 131 }, 132 "original": { 133 "owner": "numtide", 134 "repo": "flake-utils", 135 "type": "github" 136 } 137 }, 138 "fzf-fish": { 139 "flake": false, 140 "locked": { 141 "lastModified": 1755364814, 142 "narHash": "sha256-hTItdUUGynrTfdyV7gENAqy/mXVVaTXnceeMyCDeoGU=", 143 "owner": "pvsr", 144 "repo": "fzf.fish", 145 "rev": "c04ed298e4ff2aec1dc8bd6547200403bd08ad39", 146 "type": "github" 147 }, 148 "original": { 149 "owner": "pvsr", 150 "repo": "fzf.fish", 151 "type": "github" 152 } 153 }, 154 "gitignore": { 155 "inputs": { 156 "nixpkgs": [ 157 "pre-commit-hooks", 158 "nixpkgs" 159 ] 160 }, 161 "locked": { 162 "lastModified": 1709087332, 163 "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=", 164 "owner": "hercules-ci", 165 "repo": "gitignore.nix", 166 "rev": "637db329424fd7e46cf4185293b9cc8c88c95394", 167 "type": "github" 168 }, 169 "original": { 170 "owner": "hercules-ci", 171 "repo": "gitignore.nix", 172 "type": "github" 173 } 174 }, 175 "home-manager": { 176 "inputs": { 177 "nixpkgs": [ 178 "nixpkgs" 179 ] 180 }, 181 "locked": { 182 "lastModified": 1764613336, 183 "narHash": "sha256-L979az28t/+SXvYw9qhOno5HLlDwkZOpz6LzCLnjmRM=", 184 "owner": "nix-community", 185 "repo": "home-manager", 186 "rev": "f3902b5d8767985680875ad86d028371100faeb3", 187 "type": "github" 188 }, 189 "original": { 190 "owner": "nix-community", 191 "repo": "home-manager", 192 "type": "github" 193 } 194 }, 195 "impermanence": { 196 "locked": { 197 "lastModified": 1737831083, 198 "narHash": "sha256-LJggUHbpyeDvNagTUrdhe/pRVp4pnS6wVKALS782gRI=", 199 "owner": "nix-community", 200 "repo": "impermanence", 201 "rev": "4b3e914cdf97a5b536a889e939fb2fd2b043a170", 202 "type": "github" 203 }, 204 "original": { 205 "owner": "nix-community", 206 "repo": "impermanence", 207 "type": "github" 208 } 209 }, 210 "import-tree": { 211 "locked": { 212 "lastModified": 1763762820, 213 "narHash": "sha256-ZvYKbFib3AEwiNMLsejb/CWs/OL/srFQ8AogkebEPF0=", 214 "owner": "vic", 215 "repo": "import-tree", 216 "rev": "3c23749d8013ec6daa1d7255057590e9ca726646", 217 "type": "github" 218 }, 219 "original": { 220 "owner": "vic", 221 "repo": "import-tree", 222 "type": "github" 223 } 224 }, 225 "niri": { 226 "inputs": { 227 "niri-stable": "niri-stable", 228 "niri-unstable": "niri-unstable", 229 "nixpkgs": [ 230 "nixpkgs" 231 ], 232 "nixpkgs-stable": [ 233 "nixpkgs" 234 ], 235 "xwayland-satellite-stable": "xwayland-satellite-stable", 236 "xwayland-satellite-unstable": "xwayland-satellite-unstable" 237 }, 238 "locked": { 239 "lastModified": 1764595404, 240 "narHash": "sha256-FMKDx+r0c7L1ekkIt2dNYgvXULVfSCDN9zXnAOnArew=", 241 "owner": "sodiboo", 242 "repo": "niri-flake", 243 "rev": "36483fec897fc0c336b3075b3b2d387edac71c9e", 244 "type": "github" 245 }, 246 "original": { 247 "owner": "sodiboo", 248 "repo": "niri-flake", 249 "type": "github" 250 } 251 }, 252 "niri-stable": { 253 "flake": false, 254 "locked": { 255 "lastModified": 1756556321, 256 "narHash": "sha256-RLD89dfjN0RVO86C/Mot0T7aduCygPGaYbog566F0Qo=", 257 "owner": "YaLTeR", 258 "repo": "niri", 259 "rev": "01be0e65f4eb91a9cd624ac0b76aaeab765c7294", 260 "type": "github" 261 }, 262 "original": { 263 "owner": "YaLTeR", 264 "ref": "v25.08", 265 "repo": "niri", 266 "type": "github" 267 } 268 }, 269 "niri-unstable": { 270 "flake": false, 271 "locked": { 272 "lastModified": 1764485473, 273 "narHash": "sha256-RlGEcuZFB/IdvYLrYsf0RpgvNtCMyIuBLt3lS+GZvP8=", 274 "owner": "YaLTeR", 275 "repo": "niri", 276 "rev": "311ca6b5da19f5acd7d3e481620de57240ce8f7c", 277 "type": "github" 278 }, 279 "original": { 280 "owner": "YaLTeR", 281 "repo": "niri", 282 "type": "github" 283 } 284 }, 285 "nix-formatter-pack": { 286 "inputs": { 287 "nixpkgs": [ 288 "nix-on-droid", 289 "nixpkgs" 290 ], 291 "nmd": [ 292 "nix-on-droid", 293 "nmd" 294 ], 295 "nmt": "nmt" 296 }, 297 "locked": { 298 "lastModified": 1705252799, 299 "narHash": "sha256-HgSTREh7VoXjGgNDwKQUYcYo13rPkltW7IitHrTPA5c=", 300 "owner": "Gerschtli", 301 "repo": "nix-formatter-pack", 302 "rev": "2de39dedd79aab14c01b9e2934842051a160ffa5", 303 "type": "github" 304 }, 305 "original": { 306 "owner": "Gerschtli", 307 "repo": "nix-formatter-pack", 308 "type": "github" 309 } 310 }, 311 "nix-on-droid": { 312 "inputs": { 313 "home-manager": [ 314 "home-manager" 315 ], 316 "nix-formatter-pack": "nix-formatter-pack", 317 "nixpkgs": [ 318 "nixpkgs" 319 ], 320 "nixpkgs-docs": "nixpkgs-docs", 321 "nixpkgs-for-bootstrap": "nixpkgs-for-bootstrap", 322 "nmd": "nmd" 323 }, 324 "locked": { 325 "lastModified": 1760773689, 326 "narHash": "sha256-TaRP+sx4EiqBcfdKVYKT+RbrRHioJF+HUmiaUaHj5I8=", 327 "owner": "nix-community", 328 "repo": "nix-on-droid", 329 "rev": "1c306c07b3e99ab79b967ead32f9af7b8672a7ef", 330 "type": "github" 331 }, 332 "original": { 333 "owner": "nix-community", 334 "repo": "nix-on-droid", 335 "type": "github" 336 } 337 }, 338 "nixos-hardware": { 339 "locked": { 340 "lastModified": 1764440730, 341 "narHash": "sha256-ZlJTNLUKQRANlLDomuRWLBCH5792x+6XUJ4YdFRjtO4=", 342 "owner": "nixos", 343 "repo": "nixos-hardware", 344 "rev": "9154f4569b6cdfd3c595851a6ba51bfaa472d9f3", 345 "type": "github" 346 }, 347 "original": { 348 "owner": "nixos", 349 "repo": "nixos-hardware", 350 "type": "github" 351 } 352 }, 353 "nixpkgs": { 354 "locked": { 355 "lastModified": 1764522689, 356 "narHash": "sha256-SqUuBFjhl/kpDiVaKLQBoD8TLD+/cTUzzgVFoaHrkqY=", 357 "owner": "NixOS", 358 "repo": "nixpkgs", 359 "rev": "8bb5646e0bed5dbd3ab08c7a7cc15b75ab4e1d0f", 360 "type": "github" 361 }, 362 "original": { 363 "owner": "nixos", 364 "ref": "nixos-unstable-small", 365 "repo": "nixpkgs", 366 "type": "github" 367 } 368 }, 369 "nixpkgs-docs": { 370 "locked": { 371 "lastModified": 1705957679, 372 "narHash": "sha256-Q8LJaVZGJ9wo33wBafvZSzapYsjOaNjP/pOnSiKVGHY=", 373 "owner": "NixOS", 374 "repo": "nixpkgs", 375 "rev": "9a333eaa80901efe01df07eade2c16d183761fa3", 376 "type": "github" 377 }, 378 "original": { 379 "owner": "NixOS", 380 "ref": "release-23.05", 381 "repo": "nixpkgs", 382 "type": "github" 383 } 384 }, 385 "nixpkgs-for-bootstrap": { 386 "locked": { 387 "lastModified": 1720244366, 388 "narHash": "sha256-WrDV0FPMVd2Sq9hkR5LNHudS3OSMmUrs90JUTN+MXpA=", 389 "owner": "NixOS", 390 "repo": "nixpkgs", 391 "rev": "49ee0e94463abada1de470c9c07bfc12b36dcf40", 392 "type": "github" 393 }, 394 "original": { 395 "owner": "NixOS", 396 "repo": "nixpkgs", 397 "rev": "49ee0e94463abada1de470c9c07bfc12b36dcf40", 398 "type": "github" 399 } 400 }, 401 "nixpkgs-lib": { 402 "locked": { 403 "lastModified": 1761765539, 404 "narHash": "sha256-b0yj6kfvO8ApcSE+QmA6mUfu8IYG6/uU28OFn4PaC8M=", 405 "owner": "nix-community", 406 "repo": "nixpkgs.lib", 407 "rev": "719359f4562934ae99f5443f20aa06c2ffff91fc", 408 "type": "github" 409 }, 410 "original": { 411 "owner": "nix-community", 412 "repo": "nixpkgs.lib", 413 "type": "github" 414 } 415 }, 416 "nmd": { 417 "inputs": { 418 "nixpkgs": [ 419 "nix-on-droid", 420 "nixpkgs-docs" 421 ], 422 "scss-reset": "scss-reset" 423 }, 424 "locked": { 425 "lastModified": 1705050560, 426 "narHash": "sha256-x3zzcdvhJpodsmdjqB4t5mkVW22V3wqHLOun0KRBzUI=", 427 "owner": "~rycee", 428 "repo": "nmd", 429 "rev": "66d9334933119c36f91a78d565c152a4fdc8d3d3", 430 "type": "sourcehut" 431 }, 432 "original": { 433 "owner": "~rycee", 434 "repo": "nmd", 435 "type": "sourcehut" 436 } 437 }, 438 "nmt": { 439 "flake": false, 440 "locked": { 441 "lastModified": 1648075362, 442 "narHash": "sha256-u36WgzoA84dMVsGXzml4wZ5ckGgfnvS0ryzo/3zn/Pc=", 443 "owner": "rycee", 444 "repo": "nmt", 445 "rev": "d83601002c99b78c89ea80e5e6ba21addcfe12ae", 446 "type": "gitlab" 447 }, 448 "original": { 449 "owner": "rycee", 450 "repo": "nmt", 451 "type": "gitlab" 452 } 453 }, 454 "podcasts": { 455 "inputs": { 456 "nixpkgs": [ 457 "nixpkgs" 458 ], 459 "pre-commit-hooks": [ 460 "pre-commit-hooks" 461 ], 462 "utils": "utils" 463 }, 464 "locked": { 465 "lastModified": 1731477402, 466 "narHash": "sha256-UgwoRgcJCpznElEBz2XxJGVgsjEIIc0MxKMN1dGM+ms=", 467 "owner": "pvsr", 468 "repo": "podcasts", 469 "rev": "ce031c27784df11cb87490651aec559a46e1891b", 470 "type": "github" 471 }, 472 "original": { 473 "owner": "pvsr", 474 "repo": "podcasts", 475 "type": "github" 476 } 477 }, 478 "pre-commit-hooks": { 479 "inputs": { 480 "flake-compat": "flake-compat", 481 "gitignore": "gitignore", 482 "nixpkgs": [ 483 "nixpkgs" 484 ] 485 }, 486 "locked": { 487 "lastModified": 1763988335, 488 "narHash": "sha256-QlcnByMc8KBjpU37rbq5iP7Cp97HvjRP0ucfdh+M4Qc=", 489 "owner": "cachix", 490 "repo": "git-hooks.nix", 491 "rev": "50b9238891e388c9fdc6a5c49e49c42533a1b5ce", 492 "type": "github" 493 }, 494 "original": { 495 "owner": "cachix", 496 "repo": "git-hooks.nix", 497 "type": "github" 498 } 499 }, 500 "pyproject-nix": { 501 "inputs": { 502 "nixpkgs": [ 503 "qbpm", 504 "nixpkgs" 505 ] 506 }, 507 "locked": { 508 "lastModified": 1753063596, 509 "narHash": "sha256-el1vFxDk6DR2hKGYnMfQHR7+K4aMiJDKQRMP3gdh+ZI=", 510 "owner": "nix-community", 511 "repo": "pyproject.nix", 512 "rev": "cac90713492f23be5f1072bae88406890b9c68f6", 513 "type": "github" 514 }, 515 "original": { 516 "owner": "nix-community", 517 "repo": "pyproject.nix", 518 "type": "github" 519 } 520 }, 521 "qbpm": { 522 "inputs": { 523 "nixpkgs": [ 524 "nixpkgs" 525 ], 526 "pyproject-nix": "pyproject-nix" 527 }, 528 "locked": { 529 "lastModified": 1759463985, 530 "narHash": "sha256-2Ob89aOgjIjz0z29YsCgQIjikj9o2WeOBbsJzRGD/JY=", 531 "owner": "pvsr", 532 "repo": "qbpm", 533 "rev": "cf0c80c3fe8f6cfca7115537a5854d0af04c531d", 534 "type": "github" 535 }, 536 "original": { 537 "owner": "pvsr", 538 "repo": "qbpm", 539 "type": "github" 540 } 541 }, 542 "root": { 543 "inputs": { 544 "agenix": "agenix", 545 "disko": "disko", 546 "fish-prompt-pvsr": "fish-prompt-pvsr", 547 "flake-parts": "flake-parts", 548 "fzf-fish": "fzf-fish", 549 "home-manager": "home-manager", 550 "impermanence": "impermanence", 551 "import-tree": "import-tree", 552 "niri": "niri", 553 "nix-on-droid": "nix-on-droid", 554 "nixos-hardware": "nixos-hardware", 555 "nixpkgs": "nixpkgs", 556 "podcasts": "podcasts", 557 "pre-commit-hooks": "pre-commit-hooks", 558 "qbpm": "qbpm", 559 "srcery-textmate": "srcery-textmate", 560 "srcery-tmux": "srcery-tmux", 561 "srvos": "srvos", 562 "weather": "weather" 563 } 564 }, 565 "scss-reset": { 566 "flake": false, 567 "locked": { 568 "lastModified": 1631450058, 569 "narHash": "sha256-muDlZJPtXDIGevSEWkicPP0HQ6VtucbkMNygpGlBEUM=", 570 "owner": "andreymatin", 571 "repo": "scss-reset", 572 "rev": "0cf50e27a4e95e9bb5b1715eedf9c54dee1a5a91", 573 "type": "github" 574 }, 575 "original": { 576 "owner": "andreymatin", 577 "repo": "scss-reset", 578 "type": "github" 579 } 580 }, 581 "srcery-textmate": { 582 "flake": false, 583 "locked": { 584 "lastModified": 1746286527, 585 "narHash": "sha256-WjaJAc3Ty5ZSGkbSf4j107f5b7pizr4W6hKWBL21luA=", 586 "owner": "srcery-colors", 587 "repo": "srcery-textmate", 588 "rev": "738197f9d42c677d866c6d98fd348f6bb5b308fc", 589 "type": "github" 590 }, 591 "original": { 592 "owner": "srcery-colors", 593 "repo": "srcery-textmate", 594 "type": "github" 595 } 596 }, 597 "srcery-tmux": { 598 "flake": false, 599 "locked": { 600 "lastModified": 1601134224, 601 "narHash": "sha256-1umBoB8pv/N6QZlS7uQedTwuCWab/JGKHcEyNrPpPEE=", 602 "owner": "srcery-colors", 603 "repo": "srcery-tmux", 604 "rev": "531b4f9a260826b0a99ebd038a0d275ad0275e64", 605 "type": "github" 606 }, 607 "original": { 608 "owner": "srcery-colors", 609 "repo": "srcery-tmux", 610 "type": "github" 611 } 612 }, 613 "srvos": { 614 "inputs": { 615 "nixpkgs": [ 616 "nixpkgs" 617 ] 618 }, 619 "locked": { 620 "lastModified": 1764551162, 621 "narHash": "sha256-DV/iPK0EL1vEvz5Qzl6WHVzeIJB0SCFCVrIpr0Ocfwc=", 622 "owner": "nix-community", 623 "repo": "srvos", 624 "rev": "ed9d5a032c701cb1534acbcad348d42df12cbc26", 625 "type": "github" 626 }, 627 "original": { 628 "owner": "nix-community", 629 "repo": "srvos", 630 "type": "github" 631 } 632 }, 633 "systems": { 634 "locked": { 635 "lastModified": 1681028828, 636 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 637 "owner": "nix-systems", 638 "repo": "default", 639 "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", 640 "type": "github" 641 }, 642 "original": { 643 "owner": "nix-systems", 644 "repo": "default", 645 "type": "github" 646 } 647 }, 648 "systems_2": { 649 "locked": { 650 "lastModified": 1681028828, 651 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 652 "owner": "nix-systems", 653 "repo": "default", 654 "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", 655 "type": "github" 656 }, 657 "original": { 658 "owner": "nix-systems", 659 "repo": "default", 660 "type": "github" 661 } 662 }, 663 "systems_3": { 664 "locked": { 665 "lastModified": 1681028828, 666 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 667 "owner": "nix-systems", 668 "repo": "default", 669 "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", 670 "type": "github" 671 }, 672 "original": { 673 "owner": "nix-systems", 674 "repo": "default", 675 "type": "github" 676 } 677 }, 678 "utils": { 679 "inputs": { 680 "systems": "systems_2" 681 }, 682 "locked": { 683 "lastModified": 1726560853, 684 "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", 685 "owner": "numtide", 686 "repo": "flake-utils", 687 "rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a", 688 "type": "github" 689 }, 690 "original": { 691 "owner": "numtide", 692 "repo": "flake-utils", 693 "type": "github" 694 } 695 }, 696 "weather": { 697 "inputs": { 698 "flake-utils": "flake-utils", 699 "nixpkgs": [ 700 "nixpkgs" 701 ], 702 "pre-commit-hooks": [ 703 "pre-commit-hooks" 704 ] 705 }, 706 "locked": { 707 "lastModified": 1683782062, 708 "narHash": "sha256-P+UrRjdU1ODACMnXwD9JJsIkkMY1FIqLf1lPR/C6gAE=", 709 "owner": "pvsr", 710 "repo": "weather", 711 "rev": "edc7fad020f15f0f81a7a0db964629d73552cc5c", 712 "type": "github" 713 }, 714 "original": { 715 "owner": "pvsr", 716 "repo": "weather", 717 "type": "github" 718 } 719 }, 720 "xwayland-satellite-stable": { 721 "flake": false, 722 "locked": { 723 "lastModified": 1755491097, 724 "narHash": "sha256-m+9tUfsmBeF2Gn4HWa6vSITZ4Gz1eA1F5Kh62B0N4oE=", 725 "owner": "Supreeeme", 726 "repo": "xwayland-satellite", 727 "rev": "388d291e82ffbc73be18169d39470f340707edaa", 728 "type": "github" 729 }, 730 "original": { 731 "owner": "Supreeeme", 732 "ref": "v0.7", 733 "repo": "xwayland-satellite", 734 "type": "github" 735 } 736 }, 737 "xwayland-satellite-unstable": { 738 "flake": false, 739 "locked": { 740 "lastModified": 1764560400, 741 "narHash": "sha256-Qz1WvGdawnoz4dG3JtCtlParmdQHM5xu6osnXeVOqYI=", 742 "owner": "Supreeeme", 743 "repo": "xwayland-satellite", 744 "rev": "9a71e77b1e06dbad4a472265e59b52ac83cbe00c", 745 "type": "github" 746 }, 747 "original": { 748 "owner": "Supreeeme", 749 "repo": "xwayland-satellite", 750 "type": "github" 751 } 752 } 753 }, 754 "root": "root", 755 "version": 7 756}