this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update

Ben C 1abc0222 944b5e96

+22 -12
+20 -12
flake.lock
··· 401 401 ] 402 402 }, 403 403 "locked": { 404 - "lastModified": 1767738364, 405 - "narHash": "sha256-rmAerMcKMYusVs5B88RAKAYUiENrO+d4bjvpQkkaaks=", 404 + "lastModified": 1767791205, 405 + "narHash": "sha256-Q4/hDfeafOJU3lNmzb/POsf7qGQY+vEqmH7KHdgmFxg=", 406 406 "owner": "nix-community", 407 407 "repo": "home-manager", 408 - "rev": "4e8b7bef66c60735982369f3151b93e62fe37da7", 408 + "rev": "1c7be243ea59bfc09d9d51089182f64de1af9c9b", 409 409 "type": "github" 410 410 }, 411 411 "original": { ··· 415 415 } 416 416 }, 417 417 "imperm": { 418 + "inputs": { 419 + "home-manager": [ 420 + "hm" 421 + ], 422 + "nixpkgs": [ 423 + "nixpkgs" 424 + ] 425 + }, 418 426 "locked": { 419 - "lastModified": 1737831083, 420 - "narHash": "sha256-LJggUHbpyeDvNagTUrdhe/pRVp4pnS6wVKALS782gRI=", 427 + "lastModified": 1767548760, 428 + "narHash": "sha256-SSLzVz9l/wDyuXYd7Y4wVe36Lj1qV7u2QqvEYbFvYZ8=", 421 429 "owner": "nix-community", 422 430 "repo": "impermanence", 423 - "rev": "4b3e914cdf97a5b536a889e939fb2fd2b043a170", 431 + "rev": "f868c97f9e7f62879a97b4ad0e00b64782a845db", 424 432 "type": "github" 425 433 }, 426 434 "original": { ··· 480 488 "xwayland-satellite-unstable": "xwayland-satellite-unstable" 481 489 }, 482 490 "locked": { 483 - "lastModified": 1767745408, 484 - "narHash": "sha256-vvi7WchbK9jRs1TNQOq67ymWkdLqEHa5dZmWBI6go/0=", 491 + "lastModified": 1767764875, 492 + "narHash": "sha256-wV9JYbIAumvKQq+KC3wtj+Dp4DxNeYK2UmNjzA8G2sY=", 485 493 "owner": "sodiboo", 486 494 "repo": "niri-flake", 487 - "rev": "89e47caf40415c5494d6ae3cb169d2c58d963b37", 495 + "rev": "734045f1c20d992130f359b9db26f2a23471e885", 488 496 "type": "github" 489 497 }, 490 498 "original": { ··· 513 521 "niri-unstable": { 514 522 "flake": false, 515 523 "locked": { 516 - "lastModified": 1767598098, 517 - "narHash": "sha256-IyH3zaCT2JZ6fdY4vKlUz2RbDdxaryvSZWUVixKYrKM=", 524 + "lastModified": 1767761585, 525 + "narHash": "sha256-fVm1HagOXtYztYbYBfP8/RfeKFNDB4/LIMF6zQfntNY=", 518 526 "owner": "YaLTeR", 519 527 "repo": "niri", 520 - "rev": "b7eb8a635b7f75705808eaed85c016f02ae4fd2d", 528 + "rev": "9f8eadc5bc04994f395832e7135693f87aa899a9", 521 529 "type": "github" 522 530 }, 523 531 "original": {
+2
flake.nix
··· 21 21 nixvim.url = "github:nix-community/nixvim"; 22 22 nixvim.inputs.nixpkgs.follows = "nixpkgs"; 23 23 imperm.url = "github:nix-community/impermanence"; 24 + imperm.inputs.nixpkgs.follows = "nixpkgs"; 25 + imperm.inputs.home-manager.follows = "hm"; 24 26 nu_plugin_dbus.url = "github:Bwc9876/nu_plugin_dbus"; 25 27 nu_plugin_dbus.inputs.nixpkgs.follows = "nixpkgs"; 26 28 gh-grader-preview.url = "github:Bwc9876/gh-grader-preview";