fix(home-server): fix helix import

This commit is contained in:
Felix Schröter 2024-04-30 23:23:18 +02:00
parent 0da0f61068
commit bca5bc2ab1
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -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 ];