From 33010a7b29b13e47adc1c76f9933672f8a93267e Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Sat, 14 Mar 2026 19:00:08 +0000 Subject: [PATCH] Adding emacs --- Droidnix/README.org | 3 +-- Droidnix/flake.nix | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Droidnix/README.org b/Droidnix/README.org index c7aa3e7e9..8fef8fd48 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -429,7 +429,7 @@ outputs = inherit (nixpkgs.legacyPackages.${system}) mkShell; }; }; - +} #+END_SRC * First the nix-files that flake really needs and that do not fit wel in the hierarchical structure @@ -1763,7 +1763,6 @@ This sets up the zsh terminal ]; }; } - #+END_SRC ** =generated/system/applications/terminal_shell/emacs.nix= diff --git a/Droidnix/flake.nix b/Droidnix/flake.nix index 26cf8d5e7..60ad1d203 100644 --- a/Droidnix/flake.nix +++ b/Droidnix/flake.nix @@ -86,3 +86,4 @@ outputs = inherit (nixpkgs.legacyPackages.${system}) mkShell; }; }; +}