{ pkgs, ... }: { imports = [ ../../modules/home/common.nix ]; xdg.configFile = { # monitor configuration for user, for user session and shell # gdm runs outside of the user session, and we also set monitors # for it, in ./default.nix "monitors.xml" = { source = ../../configs/monitors.xml; force = true; # overwrite on change so that the source of truth is the declarative version }; }; home.stateVersion = "23.11"; }