diff --git a/configuration.nix b/configuration.nix index 0b61c9a..7a4d756 100644 --- a/configuration.nix +++ b/configuration.nix @@ -14,7 +14,9 @@ in { ]; # Bootloader. - boot.loader.systemd-boot.enable = true; + boot.loader.grub.enable = true; + boot.loader.grub.device = "nodev"; + boot.loader.grub.useOSProber = true; boot.loader.efi.canTouchEfiVariables = true; boot.supportedFilesystems = [ "ntfs" ]; boot.kernelModules = [ "v4l2loopback" ]; @@ -113,6 +115,7 @@ in { librewolf fuzzel obsidian + os-prober libsForQt5.kdeconnect-kde wireguard-tools git