{ config, pkgs, ... }: { services.xserver.videoDrivers = [ "nvidia" ]; nixpkgs.config.allowUnfree = true; services.compton = { enable = true; }; }