Files
nixos/modules/home-manager/other/user.nix
T

10 lines
155 B
Nix

_: {
home.username = "tomasr";
home.homeDirectory = "/home/tomasr";
home.sessionVariables = {
EDITOR = "neovim";
TERMINAL = "kitty";
};
}