Trying with emacs

This commit is contained in:
2026-03-14 21:12:47 +00:00
parent ef490e1a69
commit a29f5bc6e4
3 changed files with 1 additions and 6 deletions
-3
View File
@@ -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 #+END_SRC
@@ -34,6 +34,7 @@ tea
python3 python3
# communication # communication
nextcloud-client
nextcloud-talk-desktop nextcloud-talk-desktop
signal-desktop signal-desktop
openssl openssl
@@ -89,7 +89,4 @@
}; };
}; };
}; };
# If you need additional services or system configurations, add them here
services.nextcloud-client.enable = true;
} }