Added a vim config and put everything in my prefered indentation style.

This commit is contained in:
2025-10-12 11:44:48 -05:00
parent 89c9bd4996
commit 9cb89b9aeb
12 changed files with 509 additions and 270 deletions

View File

@@ -1,8 +1,8 @@
{ config, pkgs, inputs, ... }:
{
imports = [
./ollama.nix
./open-webui.nix
./sillytavern.nix
];
imports = [
./ollama.nix
./open-webui.nix
./sillytavern.nix
];
}