back to normal

This commit is contained in:
Matt Nish-Lapidus 2025-06-24 18:15:05 -04:00
parent e7194e17be
commit 57b6b3c38e
3 changed files with 14 additions and 13 deletions

View file

@ -2,6 +2,6 @@
{
programs.niri = {
enable = true;
package = pkgs.niri-stable;
package = pkgs.niri-unstable;
};
}