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

@ -151,6 +151,8 @@
mangohud
dualsensectl.out
bibata-cursors
];
home.pointerCursor = {
@ -269,7 +271,7 @@
xdg.portal = {
enable = true;
configPackages = [ pkgs.niri-unstable ];
configPackages = [ pkgs.niri-stable ];
extraPortals = with pkgs; [
xdg-desktop-portal-gnome
xdg-desktop-portal-gtk

View file

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