From 5ccaecf12ceec5ae387fd0253c27be6c8a8d1604 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 24 Mar 2026 16:45:02 -0500 Subject: [PATCH] fixed typo --- configuration.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 4e8ed39..fc7828a 100755 --- a/configuration.nix +++ b/configuration.nix @@ -6,9 +6,6 @@ let in { - - imports = - # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;