My NixOS and Home Manager configurations
10
fork

Configure Feed

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

fix hades f13-24 niri config

quasigod 3c9d30e5 d35d3257

+1 -2
+1 -2
modules/hosts/hades/default.nix
··· 29 29 homeManager = 30 30 { lib, pkgs, ... }: 31 31 { 32 + programs.niri.settings.input.keyboard.xkb.options = "fkeys:basic_13-24"; 32 33 systemd.user.services.voxtype.Service.ExecStart = 33 34 "${lib.getExe pkgs.voxtype-vulkan} --hotkey WEV_135"; 34 35 }; ··· 90 91 }; 91 92 92 93 security.rtkit.enable = true; 93 - 94 - programs.niri.settings.input.keyboard.xkb.options = "fkeys:basic_13-24"; 95 94 96 95 hardware = { 97 96 amdgpu.opencl.enable = true;