fix(home-server): fix helix import
This commit is contained in:
parent
0da0f61068
commit
bca5bc2ab1
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ 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 ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue