Fixed niri modul

This commit is contained in:
Alexandre 2026-05-30 22:47:24 +02:00
parent adb80fa45e
commit c46d45a0b3

View File

@ -1,8 +1,9 @@
{}: { pkgs, ... }:
{ {
programs.niri = { programs.niri = {
enable = true; enable = true;
package = pkgs.niri;
config = { config = {
input = { input = {
focus-follows-mouse = null; focus-follows-mouse = null;