From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raghav Gururajan Subject: Clean Up Files Date: Tue, 25 Jun 2019 00:53:30 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:60885) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfdSf-0005dj-BY for help-guix@gnu.org; Tue, 25 Jun 2019 00:53:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hfdSe-0004Fg-Jf for help-guix@gnu.org; Tue, 25 Jun 2019 00:53:41 -0400 Received: from knopi.disroot.org ([178.21.23.139]:36452) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hfdSe-0004CF-1G for help-guix@gnu.org; Tue, 25 Jun 2019 00:53:40 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id E46023542B for ; Tue, 25 Jun 2019 06:53:37 +0200 (CEST) Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tUvOYzdznfch for ; Tue, 25 Jun 2019 06:53:36 +0200 (CEST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hello Guix! Is there a way in guix to automatically clean files from ".local", ".cache" and ".config" folders in the home directory. Files are getting retained even after removing applications from the system. Regards, RG.