2023-11-04 10:39:43 +01:00

9 lines
118 B
Nix

{ ... }: {
programs.helix = {
#enable = true;
languages = { };
settings = { };
themes = { };
};
}