9 lines
118 B
Nix
9 lines
118 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
programs.helix = {
|
|
enable = true;
|
|
settings = {theme = "everforest_dark";};
|
|
};
|
|
}
|