users/profiles/emacs: use hm options
This commit is contained in:
parent
0461577f5b
commit
b8a5bf8f44
1 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,12 @@
|
|||
{ config, pkgs, lib, ... }: {
|
||||
services.emacs.enable = true;
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
client.enable = true;
|
||||
};
|
||||
|
||||
home = {
|
||||
sessionPath = [
|
||||
|
@ -7,7 +14,6 @@
|
|||
];
|
||||
|
||||
packages = with pkgs; [
|
||||
emacs
|
||||
ripgrep
|
||||
coreutils
|
||||
cmake
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue