diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-04-21 02:15:42 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-04-21 02:15:42 +0300 |
commit | e6ed60548397627bf10f561f9438201dbba0a36e (patch) | |
tree | f9a84c5957d2cc4fcd148065ee9365a0c851ae1c /modules/nixos/emacs.nix | |
parent | 2024-04-18 (diff) |
2024-04-21
Diffstat (limited to 'modules/nixos/emacs.nix')
-rw-r--r-- | modules/nixos/emacs.nix | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/modules/nixos/emacs.nix b/modules/nixos/emacs.nix deleted file mode 100644 index 8a59c9b..0000000 --- a/modules/nixos/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" - ]; - }; -} |