aboutsummaryrefslogtreecommitdiff
path: root/modules/emacs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/emacs.nix')
-rw-r--r--modules/emacs.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/emacs.nix b/modules/emacs.nix
deleted file mode 100644
index 661e065..0000000
--- a/modules/emacs.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-{ config, lib, pkgs, ... }:
-
-{
- options.emacs.enable = lib.mkEnableOption "Enable emacs and setup";
- config = lib.mkIf config.emacs.enable {
- programs.emacs = {
- enable = true;
- package = pkgs.emacs;
- };
- };
-} \ No newline at end of file