From 17ce59561073913fffcd64dbbd50bc2535607720 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 1 Aug 2022 14:10:43 -0700 Subject: fix(wpcarro/clipmenu): Enable services.clipmenu 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 Autosubmit: wpcarro Tested-by: BuildkiteCI --- users/wpcarro/common.nix | 3 +++ users/wpcarro/emacs/default.nix | 3 --- 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 -- cgit 1.4.1