temperance/configuration.nix: enable emacs
This commit is contained in:
parent
f26fde1288
commit
5e421f6e7f
1 changed files with 7 additions and 0 deletions
|
@ -33,7 +33,14 @@ in {
|
||||||
programs.nix-ld.enable = true;
|
programs.nix-ld.enable = true;
|
||||||
services = {
|
services = {
|
||||||
fstrim.enable = lib.mkDefault true;
|
fstrim.enable = lib.mkDefault true;
|
||||||
|
|
||||||
|
emacs = {
|
||||||
|
enable = true;
|
||||||
|
install = true;
|
||||||
|
package = pkgs.emacs-pgtk;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
mainUser.gitSigningKey = "";
|
mainUser.gitSigningKey = "";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue