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;
|
let inherit (lib) hm;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
imports = [
|
||||||
|
./vim.nix
|
||||||
|
];
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Leonora Tindall";
|
userName = "Leonora Tindall";
|
||||||
|
|
Loading…
Reference in New Issue