From 4a81f80d8cfd7bc5ba10b9d0063b1f85f38851b7 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Mon, 19 Dec 2016 18:18:32 +0100 Subject: [PATCH] =?UTF-8?q?d=C3=A9placement=20ksnapshot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/app-bureautique.nix | 1 + public/app-multimedia.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app-bureautique.nix b/public/app-bureautique.nix index c85f50c..8829870 100644 --- a/public/app-bureautique.nix +++ b/public/app-bureautique.nix @@ -14,6 +14,7 @@ mkIf profiles.isDesktop { # Bureautique aspell aspellDicts.fr # correction d'ortographe gnumeric # tableur + kde4.ksnapshot# réalisation de capture d'écran ## Cartes mentales freemind diff --git a/public/app-multimedia.nix b/public/app-multimedia.nix index 378a6d1..40725ee 100644 --- a/public/app-multimedia.nix +++ b/public/app-multimedia.nix @@ -25,6 +25,5 @@ mkIf profiles.isDesktop { smplayer # lecteur vidéo vlc # lecteur vidéo - kde4.ksnapshot# réalisation de capture d'écran ]; }