aboutsummaryrefslogtreecommitdiff
path: root/config/screen/default.nix
blob: 847ccf3682f0fc50f0373df462d3b6f8a5ea8d04 (plain)
1
2
3
4
5
6
{ config, ... }:
{
  home.sessionVariables = {
    SCREENRC = "${config.xdg.configHome}/screen/config";
  };
}