From be1db27940f3612a0b1a10ca17bfd5be670fd850 Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Tue, 4 Aug 2026 13:28:39 +0700 Subject: , --- nixos/modules/features/editors/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/modules/features/editors') diff --git a/nixos/modules/features/editors/default.nix b/nixos/modules/features/editors/default.nix index 1570aa3..7f1dd9a 100644 --- a/nixos/modules/features/editors/default.nix +++ b/nixos/modules/features/editors/default.nix @@ -1,10 +1,12 @@ { pkgs, ... }: { + # Text editors / IDEs environment.systemPackages = with pkgs; [ micro neovim (emacs.override { withNativeCompilation = true; }) + # IME input method integration for the Vim/Neovim ecosystem. pkgs.vimPlugins.im-select-nvim ]; } \ No newline at end of file -- cgit v1.2.3