nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

default.nix (139B)


      1 {pkgs, ...}: {
      2 	imports = [./limine/.];
      3 
      4 	boot.loader.efi.canTouchEfiVariables = true;
      5 	boot.kernelPackages = pkgs.linuxPackages_latest;
      6 }