{ config, pkgs, ... }: { home.packages = with pkgs; [ helix ]; programs.helix = { enable = true; settings = {theme = "everforest_dark";}; }; }