Added: Nixvim modules

This commit is contained in:
2026-01-27 00:48:01 +01:00
parent de5c0feaa3
commit 3ce95ebe41
12 changed files with 231 additions and 56 deletions

View File

@@ -1,6 +1,7 @@
_: {
{ pkgs, ... }: {
programs.sketchybar = {
enable = true;
configType = "lua";
sbarLuaPackage = pkgs.sbarlua;
};
}