Move emacs to programs
This commit is contained in:
parent
cef7bcf15b
commit
57fd0f31f3
5 changed files with 9 additions and 14 deletions
7
home/programs/emacs.nix
Normal file
7
home/programs/emacs.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue