Enable emacs.

This commit is contained in:
jay
2025-07-16 21:53:33 -04:00
parent 8eedac4744
commit 3598a3e483
2 changed files with 6 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
./programs/alacritty.nix
./programs/bash.nix
./programs/btop.nix
./programs/emacs.nix
./programs/git.nix
./programs/hyprland.nix
./programs/hyprlock.nix

View File

@@ -0,0 +1,5 @@
{ ... }: {
programs.emacs = {
enable = true;
};
}