nixos/home/desktop/xorg/common.nix

6 lines
93 B
Nix

{ ... }:
{
xsession.enable = true;
programs.keychain.enableXsessionIntegration = true;
}