minor changes
This commit is contained in:
@@ -7,5 +7,9 @@
|
||||
dualsensectl
|
||||
protontricks
|
||||
wl-clipboard
|
||||
tldr
|
||||
];
|
||||
imports = [
|
||||
../../packages/virtualbox/default.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -13,7 +13,13 @@
|
||||
};
|
||||
systemd-boot = lib.mkIf (myConfig.nixos.Boot.mode == "systemd") {
|
||||
enable = true;
|
||||
# xbootldrMountPoint = "/boot";
|
||||
|
||||
edk2-uefi-shell.enable = true;
|
||||
edk2-uefi-shell.sortKey = "z_edk2";
|
||||
};
|
||||
|
||||
# grub ain't that great for advanced setups such as using a secure boot.
|
||||
grub = lib.mkIf (myConfig.nixos.Boot.mode == "grub") {
|
||||
enable = true;
|
||||
efiSupport = true;
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
../../lanzaboote.nix
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
niv
|
||||
sbctl
|
||||
|
||||
@@ -9,5 +9,7 @@
|
||||
fcitx5-mozc-ut
|
||||
kdePackages.fcitx5-configtool
|
||||
solaar
|
||||
parted
|
||||
edk2-uefi-shell
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user