update neovim and others

This commit is contained in:
Noah Masur
2024-05-28 07:50:14 -04:00
parent 5117b14388
commit ad0bb2d804
6 changed files with 86 additions and 135 deletions

View File

@ -8,13 +8,13 @@
config = lib.mkIf config.gui.enable {
# Enable touchpad support
services.libinput.enable = true;
# Enable the X11 windowing system.
services.xserver = {
enable = config.gui.enable;
# Enable touchpad support
libinput.enable = true;
# Login screen
displayManager = {
lightdm = {