fixups to get to a usable system

This commit is contained in:
Sebastian Moser
2023-10-28 19:04:42 +00:00
parent 112ef46fd2
commit 02ae59ea1a
16 changed files with 568 additions and 77 deletions

View File

@@ -1,6 +1,6 @@
{ pkgs, ... }:
{
home-manager.users.me.programms.neovim = {
home-manager.users.me.programs.neovim = {
enable = true;
withPython3 = true;
withNodeJs = true;