mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
9 lines
212 B
Nix
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;
|
|
};
|
|
}
|