dwm apps expansion

This commit is contained in:
2024-04-20 21:33:56 +02:00
parent 8cb819dbe7
commit 8dd96afbc0
6 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
{pkgs, ...}: {
programs.emacs = {
enable = true;
package = pkgs.unstable.emacs;
};
}