13 lines
136 B
Nix
13 lines
136 B
Nix
{}:
|
|
|
|
{
|
|
programs.niri = {
|
|
enable = true;
|
|
config = {
|
|
input = {
|
|
focus-follows-mouse = null;
|
|
};
|
|
};
|
|
};
|
|
}
|