mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 18:30:46 +02:00
13 lines
163 B
Nix
13 lines
163 B
Nix
{
|
|
...
|
|
}:
|
|
{
|
|
home.username = "tomasr";
|
|
home.homeDirectory = "/home/tomasr";
|
|
|
|
home.sessionVariables = {
|
|
EDITOR = "neovim";
|
|
TERMINAL = "kitty";
|
|
};
|
|
}
|