Messing around with emacsng

This commit is contained in:
Emmet 2024-08-13 16:54:45 -05:00
parent 684baa7e37
commit 72be7154da
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ config, lib, pkgs, inputs, ... }:
{
home.packages = [
inputs.emacsng.${pkgs.system}.emacsngWRPgtk
];
}