8 lines
128 B
Nix
8 lines
128 B
Nix
{ ... }: {
|
|
home.sessionVariables = {
|
|
# Define environment variables here if needed
|
|
# Example: EDITOR = "vim";
|
|
};
|
|
}
|
|
|