From a29f5bc6e497fe14e7cfe60d834d9ebbe544ce7f Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Sat, 14 Mar 2026 21:12:47 +0000 Subject: [PATCH] Trying with emacs --- Droidnix/README.org | 3 --- Droidnix/assets/system/apps/packages.conf | 1 + .../generated/system/applications/terminal_shell/emacs.nix | 3 --- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Droidnix/README.org b/Droidnix/README.org index 04cc60ec6..181a83b55 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -1849,9 +1849,6 @@ This sets up the emacs terminal }; }; }; - - # If you need additional services or system configurations, add them here - services.nextcloud-client.enable = true; } #+END_SRC diff --git a/Droidnix/assets/system/apps/packages.conf b/Droidnix/assets/system/apps/packages.conf index 9cdc59d3c..d59f740b1 100644 --- a/Droidnix/assets/system/apps/packages.conf +++ b/Droidnix/assets/system/apps/packages.conf @@ -34,6 +34,7 @@ tea python3 # communication +nextcloud-client nextcloud-talk-desktop signal-desktop openssl diff --git a/Droidnix/generated/system/applications/terminal_shell/emacs.nix b/Droidnix/generated/system/applications/terminal_shell/emacs.nix index 95ab5dfc7..37436623a 100644 --- a/Droidnix/generated/system/applications/terminal_shell/emacs.nix +++ b/Droidnix/generated/system/applications/terminal_shell/emacs.nix @@ -89,7 +89,4 @@ }; }; }; - - # If you need additional services or system configurations, add them here - services.nextcloud-client.enable = true; }