]> xn--ix-yja.es Git - alex.git/commitdiff
Install xclip for Emacs
authoralex <alex@pdp7.net>
Sat, 5 Oct 2024 11:47:06 +0000 (13:47 +0200)
committeralexpdp7 <alex@corcoles.net>
Sat, 5 Oct 2024 11:49:05 +0000 (13:49 +0200)
personal_infra/puppet/modules/workstation/manifests/init.pp

index 56271e2987b6cb6e9db2f54603410030ad5ec758..7aee7c4b8781bdd31445256075a4e5b754c62414 100644 (file)
@@ -1,5 +1,5 @@
 class workstation {
-  package {['pipx', 'rclone', 'rsync', 'sshpass', 'bash-completion', 'python3-pip']:}
+  package {['pipx', 'rclone', 'rsync', 'sshpass', 'bash-completion', 'python3-pip', 'xclip']:}
 
   if ($facts['os']['family'] == 'Debian') {
     package {['nextcloud-desktop']:}