10 lines
177 B
Nix
10 lines
177 B
Nix
{...}: {
|
|
home.sessionPath = ["$HOME/.local/bin" "$HOME/.cargo/bin"];
|
|
|
|
home.sessionVariables = {
|
|
EDITOR = "hx";
|
|
VISUAL = "hx";
|
|
};
|
|
|
|
home.stateVersion = "24.11";
|
|
}
|