flocon/home/terminal/default.nix

10 lines
105 B
Nix

{
imports = [
./programs
./shell
];
home.sessionVariables = {
EDITOR = "nvim";
};
}