configuration.nix/home/programs/helix.nix
2024-04-14 17:39:33 +05:30

8 lines
101 B
Nix

_: {
programs.helix = {
enable = true;
settings = {
theme = "dracula";
};
};
}