.dotfiles/profiles/home/common/env.nix
2025-01-01 15:59:58 +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;
};
}