{ pkgs, ... }: { # Helix configuration programs.helix = { enable = true; defaultEditor = false; settings = { theme = "adwaita-dark"; }; }; }