···11-{...}: {
22- xdg.configFile = {
33- # TODO: replace with the full karabiner config instead of needing to manually set complex mods
44- "karabiner/assets/complex_modifications/keybind-helpers.json".source = ../../files/karabiner/keybind-helpers.json;
55- };
66-}
···11-{inputs, ...}: {
22- # Make sure that the `nixpkgs` reference on the CLI refers to the system
33- # nixpkgs so that it does not keep re-downloading the latest version every
44- # time I want to run a single package
55- nix.registry.nixpkgs.to = {
66- type = "path";
77- path = inputs.nixpkgs;
88- narHash = inputs.nixpkgs.narHash;
99- };
1010-1111- nixpkgs.config.allowUnfree = true;
1212- nix.nixPath = ["nixpkgs=${inputs.nixpkgs}"];
1313-}