one flake containing all of my nixos configs
{...}: {
  programs.gitui = {
    keyConfig = builtins.readFile ./keybindings.ron;
  };
}