{ inputs, config, lib, modulesPath, pkgs, ... }: { imports = [ ./hardware.nix ../../modules/hardware/bluetooth.nix ]; #Boot options boot = { loader = { systemd-boot = { enable = true; configurationLimit = 8; }; efi.canTouchEfiVariables = true; timeout = 5; }; kernelPackages = pkgs.linuxPackages_latest; }; hardware.opengl = { enable = true; }; programs.light.enable = true; awesome.enable = true; }