MMST2A7MEJZUPFIVOBFO42OZVRKDW4PV3R6TMTB6WXMIVY3IVTBQC boot.loader = {efi.canTouchEfiVariables = true;grub.device = "nodev";
boot = {tmp.cleanOnBoot = true;loader = {systemd-boot.enable = true;efi.canTouchEfiVariables = true;grub = {device = "nodev";efiSupport = true;efiInstallAsRemovable = true;};};initrd.availableKernelModules = ["ahci""nvme""xhci_pci""usb_storage""sd_mod"];
flake.modules.nixos.boot-desktop ={ lib, ... }:letinherit (lib.lists) singleton;in{imports = singleton commonModule;boot.tmp.cleanOnBoot = true;
flake.modules.nixos.boot-desktop = commonModule;
boot.loader.systemd-boot.enable = true;boot.loader.grub = {efiSupport = true;efiInstallAsRemovable = true;};};# TODO?