.dotfiles/profiles/common/home/env.nix
2024-12-05 02:35:28 +01:00

8 lines
192 B
Nix

{ config, ... }:
{
home.sessionVariables = {
EDITOR = "e -w";
SWARSEL_LO_RES = config.swarselsystems.lowResolution;
SWARSEL_HI_RES = config.swarselsystems.highResolution;
};
}