From a8829704845d2fa37eba3ab9ecc4d68b7a6e2caf Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sun, 21 Apr 2024 02:21:09 +0300 Subject: 2024-04-21 --- modules/emacs.nix | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 modules/emacs.nix (limited to 'modules') 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" - ]; - }; -} -- cgit v1.2.3