about summary refs log tree commit diff
path: root/modules/darwin/emacs.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-11-19 21:58:34 +0300
committerAzat Bahawi <azat@bahawi.net>2023-11-19 21:58:34 +0300
commitedf7cc355cb1f55a9301283ebec15e01dc4ffe62 (patch)
treebf7745040efadac618168b7a9a764acb482acb07 /modules/darwin/emacs.nix
parent2023-11-16 (diff)
2023-11-19
Diffstat (limited to '')
-rw-r--r--modules/darwin/emacs.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/modules/darwin/emacs.nix b/modules/darwin/emacs.nix
deleted file mode 100644
index fd32276..0000000
--- a/modules/darwin/emacs.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{
-  config,
-  lib,
-  ...
-}:
-with lib; let
-  cfg = config.nixfiles.modules.emacs;
-in {
-  config = mkIf cfg.enable {
-    services.emacs = {
-      enable = false; # TODO Figure out how to use this.
-      inherit (config.hm.programs.doom-emacs) package;
-    };
-  };
-}

Consider giving Nix/NixOS a try! <3