From 9d158966dbb5718dedbddad10f04ba81afc41595 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 28 Nov 2022 09:43:03 -0600 Subject: [PATCH] remove openlp and add esh-autosuggest --- README.org | 3 ++- system/kaladin/configuration.nix | 3 ++- system/syl/configuration.nix | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 2e14d1b..60e2a16 100644 --- a/README.org +++ b/README.org @@ -417,7 +417,7 @@ virt-viewer kate kdialog plasma5Packages.khotkeys -openlp +# openlp inkscape libreoffice-fresh vlc @@ -661,6 +661,7 @@ services.emacs = { qrencode gcmh use-package + esh-autosuggest pkgs.mu ])); }; #+end_src diff --git a/system/kaladin/configuration.nix b/system/kaladin/configuration.nix index c9451d4..9da9371 100644 --- a/system/kaladin/configuration.nix +++ b/system/kaladin/configuration.nix @@ -295,7 +295,7 @@ kate kdialog plasma5Packages.khotkeys - openlp + # openlp inkscape libreoffice-fresh vlc @@ -519,6 +519,7 @@ qrencode gcmh use-package + esh-autosuggest pkgs.mu ])); }; services.samba-wsdd.enable = true; diff --git a/system/syl/configuration.nix b/system/syl/configuration.nix index 6ff40bc..41e669e 100644 --- a/system/syl/configuration.nix +++ b/system/syl/configuration.nix @@ -314,7 +314,7 @@ kate kdialog plasma5Packages.khotkeys - openlp + # openlp inkscape libreoffice-fresh vlc @@ -506,6 +506,7 @@ qrencode gcmh use-package + esh-autosuggest pkgs.mu ])); }; services.samba-wsdd.enable = true;