hermes memory

This commit is contained in:
2026-05-30 19:48:59 -05:00
parent 5f994ccf0a
commit b661acc7f1
10 changed files with 177 additions and 18 deletions
+2
View File
@@ -1,6 +1,8 @@
{ pkgs, ... }:
{
environment.variables.EDITOR = "nvim";
systemd.user.services."nvim-config" = {
description = "Clone Neovim config into ~/.config/nvim";
after = [ "network.target" ];