configuration.nix/home/programs/helix.nix

9 lines
101 B
Nix
Raw Normal View History

2024-04-14 13:36:12 +05:30
_: {
programs.helix = {
enable = true;
settings = {
theme = "dracula";
};
};
}