mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 10:35:13 -05:00
12 lines
225 B
Nix
12 lines
225 B
Nix
![]() |
{pkgs, ...}: {
|
||
|
programs.helix = let
|
||
|
configPath = ./config;
|
||
|
in
|
||
|
{
|
||
|
enable = true;
|
||
|
package = pkgs.helix;
|
||
|
}
|
||
|
// (import (configPath + /languages.nix))
|
||
|
// (import (configPath + /settings.nix));
|
||
|
}
|