moving to niri stable for now

This commit is contained in:
Matt Nish-Lapidus 2025-06-24 12:54:58 -04:00
parent 5dd23ca10b
commit e7194e17be
4 changed files with 16 additions and 14 deletions

View file

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