From 37f3f10ec822ff153faccedb37fc2a0eafcd2a53 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sat, 23 May 2026 20:42:55 -0400 Subject: add back nvim --- hosts/nepsis/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hosts/nepsis') diff --git a/hosts/nepsis/configuration.nix b/hosts/nepsis/configuration.nix index 6dc148e..7fe2b95 100644 --- a/hosts/nepsis/configuration.nix +++ b/hosts/nepsis/configuration.nix @@ -3,13 +3,16 @@ pkgs, inputs, ... -}: { +}: +{ imports = [ ./hardware-configuration.nix ./../../lockscreen.nix ./../../x11.nix ./../../hjem.nix ./../../audio.nix + ./../../vim.nix + ./../../sh.nix ]; networking.hostName = "nepsis"; -- cgit v1.3.1