dotfiles/modules/home/gui/desktop/niri/config/main.nix

15 lines
205 B
Nix
Raw Normal View History

2025-05-16 20:03:42 -05:00
{
environment = {
DISPLAY = ":0";
};
prefer-no-csd = true;
hotkey-overlay.skip-at-startup = true;
input = {
focus-follows-mouse.enable = true;
mouse.accel-profile = "flat";
};
}