commit 6a1ba4df69f834604d7b10c680d61626ade10e00 parent d7bde7fb846f5f0b97c9a4d21c44863a6e0b7e02 Author: Milutin Popovic <milutin@popovic.xyz> Date: Wed, 25 Mar 2026 15:37:48 +0000 niri placeholder Diffstat:
| M | users/mika.nix | | | 45 | ++++++++++++++++++++++++++++++++------------- |
1 file changed, 32 insertions(+), 13 deletions(-)
diff --git a/users/mika.nix b/users/mika.nix @@ -78,19 +78,38 @@ in }; }; - programs.niri = { - enable = true; - settings = { - binds = { - "Mod+Return".action.spawn = "alacritty"; - }; - prefer-no-csd = true; - layout = { - focus-ring.enable = true; - border.enable = false; - }; - }; - }; + # programs.niri.settings = { + # prefer-no-csd = false; + # layout = { + # focus-ring = { + # width = 2; + # }; + # }; + # input = { + # focus-follows-mouse.enable = true; + # keyboard = { + # xkb = { + # layout = "us,de"; + # model = "pc104"; + # options = "grp:shifts_toggle"; + # }; + # repeat-rate = 50; + # repeat-delay = 200; + # }; + # touchpad = { + # natural-scroll = false; + # tap = true; + # }; + # mouse = { + # accel-profile = "flat"; + # }; + # }; + # binds = { + # "Mod+Return".action.spawn = "alacritty"; + # "XF86AudioRaiseVolume".action.spawn-sh = "wpctl set-volume -l 1.4 @DEFAULT_AUDIO_SINK@ 5%+"; + # "XF86AudioLowerVolume".action.spawn-sh = "wpctl set-volume -l 1.4 @DEFAULT_AUDIO_SINK@ 5%-"; + # }; + # }; imports = [ ../modules/mbsync_timer.nix