.dotfiles/profiles/home/common/env.nix
2025-02-25 14:03:28 +01:00

9 lines
212 B
Nix

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