From 37f3f10ec822ff153faccedb37fc2a0eafcd2a53 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sat, 23 May 2026 20:42:55 -0400 Subject: add back nvim --- linux-common.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'linux-common.nix') diff --git a/linux-common.nix b/linux-common.nix index 101d7eb..27e4464 100644 --- a/linux-common.nix +++ b/linux-common.nix @@ -3,7 +3,8 @@ pkgs, inputs, ... -}: { +}: +{ imports = [ ./sh.nix ]; @@ -11,7 +12,7 @@ # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - boot.supportedFilesystems = ["exfat"]; + boot.supportedFilesystems = [ "exfat" ]; # Use latest kernel. boot.kernelPackages = pkgs.linuxPackages_latest; -- cgit v1.3.1