my nixos flake :3 (git.koi.rip mirror) git.koi.rip/koi/flake
nixos catppuccin linux dotfiles neovim
0

Configure Feed

Select the types of activity you want to include in your feed.

niri: formatting

june (Jul 8, 2026, 1:57 PM +0200) e1664d0d badafa76

+5 -1
+5 -1
home/wayland/niri.nix
··· 165 165 "alt+bracketright".action.quit = [ ]; 166 166 167 167 "alt+k".action.spawn = [ "footclient" ]; 168 - "alt+h".action.spawn = [ "rofi" "-show" "drun" ]; 168 + "alt+h".action.spawn = [ 169 + "rofi" 170 + "-show" 171 + "drun" 172 + ]; 169 173 170 174 "alt+m".action.toggle-window-floating = [ ]; 171 175 "alt+comma".action.switch-focus-between-floating-and-tiling = [ ];