{pkgs, ...}: { home.packages = with pkgs; [ wl-clipboard ]; home.sessionVariables = { NIXOS_OZONE_WL = "1"; MOZ_ENABLE_WAYLAND = "1"; }; services = { gammastep = { enable = true; provider = "geoclue2"; }; }; }