Flake for my NixOS devices

Niri tweaks

bwc9876.dev 8c88103c 73558842

verified
+4 -4
+3 -3
homeModules/gdi.nix
··· 107 107 clipboard.disable-primary = true; 108 108 109 109 input = { 110 - focus-follows-mouse.enable = true; 111 110 keyboard.numlock = true; 112 - # power-key-handling.enable = false; 113 111 touchpad.natural-scroll = true; 114 112 }; 115 113 116 114 layout = { 117 - default-column-width.proportion = 1.; 118 115 focus-ring.active.gradient = { 119 116 in' = "oklab"; 120 117 angle = 135; ··· 162 159 163 160 "Mod+BracketLeft".action = consume-or-expel-window-left; 164 161 "Mod+BracketRight".action = consume-or-expel-window-right; 162 + 163 + "Mod+Comma".action = set-column-width "-100"; 164 + "Mod+Period".action = set-column-width "+100"; 165 165 166 166 "Mod+F".action = maximize-column; 167 167 "Mod+Shift+F".action = fullscreen-window;
+1 -1
nixosModules/fonts.nix
··· 14 14 fonts = { 15 15 enableDefaultPackages = true; 16 16 packages = with pkgs; [ 17 - charis-sil 17 + charis 18 18 maple-mono.NF-CN 19 19 noto-fonts 20 20 ];