about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2022-08-01T21·10-0700
committerclbot <clbot@tvl.fyi>2022-08-02T20·29+0000
commit17ce59561073913fffcd64dbbd50bc2535607720 (patch)
tree2251f80794ee59d4f7b88f2541c67ed25860068f
parenta89d8627ed60074843275b3d3124ca6e8d0ef8e5 (diff)
fix(wpcarro/clipmenu): Enable services.clipmenu r/4367
Restore `clipmenu.el` functionality!

After running `sudo rebuild-system` I still needed to
`systemctl --user start clipmenu`, which I didn't expect. Maybe this will DWIM
after a reboot.

Change-Id: I51550561c5b6d253cd52790749d07a2e3e72aecc
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6024
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
-rw-r--r--users/wpcarro/common.nix3
-rw-r--r--users/wpcarro/emacs/default.nix3
2 files changed, 3 insertions, 3 deletions
diff --git a/users/wpcarro/common.nix b/users/wpcarro/common.nix
index 49edbd368f..dcda9e10a4 100644
--- a/users/wpcarro/common.nix
+++ b/users/wpcarro/common.nix
@@ -26,6 +26,9 @@ in
   };
 
   services = {
+    # Remodel the system clipboard as a list instead of a point.
+    clipmenu.enable = true;
+
     locate.enable = true;
 
     depot.automatic-gc = {
diff --git a/users/wpcarro/emacs/default.nix b/users/wpcarro/emacs/default.nix
index be79884b46..203a65d02a 100644
--- a/users/wpcarro/emacs/default.nix
+++ b/users/wpcarro/emacs/default.nix
@@ -12,7 +12,6 @@ let
   emacsBinPath = makeBinPath (
     wpcarro.common.shell-utils ++
     (with pkgs; [
-      clipmenu
       ispell
       nix
       pass
@@ -55,8 +54,6 @@ let
       vterm
       base16-theme
       password-store
-      # TODO(wpcarro): Prefer an Emacs client for clipmenud.
-      clipmon
       csharp-mode
       dockerfile-mode
       evil