❄️ Dotfiles for our NixOS system configuration.
at master 176 B view raw
1{ lib, ... }: 2 3{ 4 options.settings.bootloader.enable = lib.mkOption { 5 type = lib.types.bool; 6 default = true; 7 description = "Enable the system bootloader."; 8 }; 9}