diff options
Diffstat (limited to '')
-rw-r--r-- | modules/emacs.nix | 19 |
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" - ]; - }; -} |