Files
old-nixos-dotfiles/system/env.nix

8 lines
94 B
Nix

{ ... }:
{
environment.variables = {
EDITOR = "vim";
MOZ_ENABLE_WAYLAND = 1;
};
}