Changed to GRUB
This commit is contained in:
parent
c56df1156f
commit
0d976ace8e
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue