From dffe288ead1c87ea8a587fbf2d5aa7e76f72e3fa Mon Sep 17 00:00:00 2001 From: Ren Lawrence Lin <70042943+KaitoTLex@users.noreply.github.com> Date: Tue, 3 Sep 2024 18:10:20 -0700 Subject: [PATCH] Update configuration.nix --- configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index c969f01..8664b05 100644 --- a/configuration.nix +++ b/configuration.nix @@ -10,8 +10,7 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix - nixvim.nixosModules.nixvim - ]; +]; # Bootloader. boot.loader.systemd-boot.enable = true;