diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index 2c831ae..e2305e9 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -3,21 +3,8 @@ networking.hostName = "laptop"; networking.networkmanager.enable = true; - boot.loader = { - efi = { - canTouchEfiVariables = true; - efiSysMountPoint = "/boot/efi"; # ← use the same mount point here. - }; - grub = { - efiSupport = true; - device = "nodev"; - }; - }; - + boot.loader.systemd-boot.enable = true; - environment.systemPackages = with pkgs; [ - prismlauncher - ]; imports = [ ../../modules ./hardware.nix