Add vim config
This commit is contained in:
parent
f2d4d27a3d
commit
43bb15f179
3
home.nix
3
home.nix
|
@ -2,6 +2,9 @@
|
|||
let inherit (lib) hm;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./vim.nix
|
||||
];
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Leonora Tindall";
|
||||
|
|
Loading…
Reference in New Issue