diff --git a/hosts/battleship/desktop/default.nix b/hosts/battleship/desktop/default.nix index 84be962..a615070 100644 --- a/hosts/battleship/desktop/default.nix +++ b/hosts/battleship/desktop/default.nix @@ -38,6 +38,7 @@ in { home.packages = with pkgs; [ wl-clipboard + cliphist ]; xdg.mime.enable = true; @@ -103,6 +104,8 @@ in { exec = [ "${desktop-boot}/bin/desktop-boot" "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP" + "${pkgs.wl-clipboard}/bin/wl-paste --type text --watch ${pkgs.cliphist}/bin/cliphist store" + "${pkgs.wl-clipboard}/bin/wl-paste --type image --watch ${pkgs.cliphist}/bin/cliphist store" ]; general = { gaps_in = 5;