{ config, pkgs, ... }: { home.file = { ".profile" = { text = '' export GTK_THEME=Arc-Dark ''; }; }; }