Add emacs to tobwork

This commit is contained in:
Tobias Ostner 2025-04-23 13:58:25 +02:00
parent 98c77fe32e
commit cfa434f0d2
3 changed files with 19 additions and 9 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ pkgs, ... }:
{
home.file.".emacs.d/early-init.el".source = ./config/early-init.el;
home.file.".emacs.d/tree-sitter/libtree-sitter-swift.dylib".source = ./config/tree-sitter/libtree-sitter-swift.dylib;