2024-12-13 23:53:01 -05:00
|
|
|
{...}: {
|
|
|
|
imports = [
|
2024-12-15 02:44:50 -05:00
|
|
|
../tmux.nix
|
|
|
|
../zsh
|
2024-12-13 23:53:01 -05:00
|
|
|
];
|
2024-12-14 00:21:53 -05:00
|
|
|
|
|
|
|
home.sessionVariables = {
|
|
|
|
"EDITOR" = "nvim";
|
|
|
|
};
|
2024-12-15 02:08:57 -05:00
|
|
|
|
|
|
|
xdg.configFile = {
|
|
|
|
nvim.source = ../nvim;
|
|
|
|
};
|
2024-12-13 23:53:01 -05:00
|
|
|
}
|