changes to nvim and kde

This commit is contained in:
Sean Kovacs 2025-11-23 13:25:59 -05:00
commit 002d8733d4
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 41 additions and 1 deletions

View file

@ -1,6 +1,9 @@
{ pkgs, ... }:
{
programs.nixvim = {
enable = true;
enablePrintInit = true;
# defaultEditor = true;
waylandSupport = true;
viAlias = true;