{ config, lib, pkgs, ... }: { imports = [ ./planck.nix ]; boot.supportedFilesystems = lib.mkDefault [ "btrfs" ]; boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; services.smartd.enable = true; services.smartd.notifications.x11.enable = true; }