rebase to unstable

update lock (12/15/2025)
This commit is contained in:
Sean Kovacs 2025-12-14 10:38:46 -05:00
commit aad9076ac3
Signed by: sckova
GPG key ID: 00F325187C68651A
12 changed files with 141 additions and 239 deletions

View file

@ -138,7 +138,7 @@
programs.niri = {
enable = true;
package = pkgs.niri-stable.overrideAttrs (old: {
package = pkgs.niri-unstable.overrideAttrs (old: {
doCheck = false;
});
};