about summary refs log tree commit diff
path: root/modules/emacs.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-04-21 02:21:09 +0300
committerAzat Bahawi <azat@bahawi.net>2024-04-21 02:21:09 +0300
commita8829704845d2fa37eba3ab9ecc4d68b7a6e2caf (patch)
tree99c52b40588b515b14b20d6c9867fef0f09eb045 /modules/emacs.nix
parent2024-04-21 (diff)
2024-04-21
Diffstat (limited to '')
-rw-r--r--modules/emacs.nix19
1 files changed, 0 insertions, 19 deletions
diff --git a/modules/emacs.nix b/modules/emacs.nix
deleted file mode 100644
index 8a59c9b..0000000
--- a/modules/emacs.nix
+++ /dev/null
@@ -1,19 +0,0 @@
-{ config, lib, ... }:
-with lib;
-let
-  cfg = config.nixfiles.modules.emacs;
-in
-{
-  config = mkIf cfg.enable {
-    nixfiles.modules.common.xdg.defaultApplications.emacs = [
-      "application/atom+xml"
-      "application/json"
-      "application/rss+xml"
-      "application/schema+json"
-      "application/xhtml+xml"
-      "application/xml"
-      "text/csv"
-      "text/plain"
-    ];
-  };
-}

Consider giving Nix/NixOS a try! <3