Files
nix-config/home/base/server/editors/helix/default.nix
2024-01-06 00:05:02 +08:00

6 lines
62 B
Nix

{pkgs, ...}: {
programs.helix = {
enable = true;
};
}