fix(home-server): fix helix import
This commit is contained in:
parent
0da0f61068
commit
bca5bc2ab1
|
@ -1,7 +1,7 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [ ./shell ./editors/lsp.nix ./editors/helix.nix ./git.nix ];
|
imports = [ ./shell ./editors/lsp.nix ./editors/helix ./git.nix ];
|
||||||
|
|
||||||
home.packages = with pkgs; [ fh ncurses ];
|
home.packages = with pkgs; [ fh ncurses ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue