My NixOS and Home Manager configurations
10
fork

Configure Feed

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

only configure f13-24 in niri on hades

quasigod 9636d8b8 abae9d81

+2 -1
+2
modules/hosts/hades/default.nix
··· 91 91 92 92 security.rtkit.enable = true; 93 93 94 + programs.niri.settings.input.keyboard.xkb.options = "fkeys:basic_13-24"; 95 + 94 96 hardware = { 95 97 amdgpu.opencl.enable = true; 96 98 bluetooth.enable = true;
-1
modules/niri/default.nix
··· 120 120 dsearch.enable = true; 121 121 niri.settings = { 122 122 input = { 123 - keyboard.xkb.options = "fkeys:basic_13-24"; 124 123 mouse.accel-profile = "flat"; 125 124 warp-mouse-to-focus.enable = true; 126 125 focus-follows-mouse = {