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, ... }: {
|
{ config, pkgs, lib, ... }: {
|
||||||
services.emacs.enable = true;
|
programs.emacs = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
services.emacs = {
|
||||||
|
enable = true;
|
||||||
|
client.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
sessionPath = [
|
sessionPath = [
|
||||||
|
@ -7,7 +14,6 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
emacs
|
|
||||||
ripgrep
|
ripgrep
|
||||||
coreutils
|
coreutils
|
||||||
cmake
|
cmake
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue