12 lines
163 B
Nix
12 lines
163 B
Nix
{ ... }:
|
|
{
|
|
flake.modules.homeManager.helix = {
|
|
programs.helix = {
|
|
enable = true;
|
|
settings = {
|
|
theme = "kanagawa";
|
|
};
|
|
};
|
|
};
|
|
}
|