mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-21 19:52:52 +00:00
new branch
This commit is contained in:
parent
e7c22c11af
commit
b5efef1e8b
1 changed files with 4 additions and 4 deletions
8
home.nix
8
home.nix
|
@ -64,10 +64,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.neovim = {
|
# programs.neovim = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
defaultEditor = true;
|
# defaultEditor = true;
|
||||||
};
|
# };
|
||||||
|
|
||||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||||
# plain files is through 'home.file'.
|
# plain files is through 'home.file'.
|
||||||
|
|
Loading…
Reference in a new issue