Fixed niri modul
This commit is contained in:
parent
adb80fa45e
commit
c46d45a0b3
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user