From 51d8092beae26c7c87b6418ee0f131817fc8a642 Mon Sep 17 00:00:00 2001 From: Henri Dohmen Date: Thu, 13 Mar 2025 17:49:55 +0100 Subject: [PATCH] add emacs --- mod/software.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/software.nix b/mod/software.nix index e2a805d..8dc3d8e 100644 --- a/mod/software.nix +++ b/mod/software.nix @@ -3,6 +3,7 @@ environment.systemPackages = let editors = with pkgs; [ vscode + emacs jetbrains.gateway jetbrains.rust-rover ];