From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Brain storming cool Guix features Date: Fri, 04 Jan 2019 17:01:37 +0100 Message-ID: <877efktnry.fsf@elephly.net> References: <87bm4wwrku.fsf@dismail.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51217) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gfSA3-000209-HW for guix-devel@gnu.org; Fri, 04 Jan 2019 11:17:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gfS9u-0001Wf-Aj for guix-devel@gnu.org; Fri, 04 Jan 2019 11:17:23 -0500 Received: from sender-of-o53.zoho.com ([135.84.80.218]:21848) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gfS9s-0001Um-C2 for guix-devel@gnu.org; Fri, 04 Jan 2019 11:17:18 -0500 In-reply-to: <87bm4wwrku.fsf@dismail.de> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Joshua Branson Cc: guix-devel@gnu.org Joshua Branson writes: > I had some cool ideas/features for things that GuixSD could potentially > add, and I wanted to share. Are any of these possible? > > #+BEGIN_SRC scheme > (operating system > (keymap "dvorak") > ...) > #+END_SRC > > The above would make the bootloader, console, X, and wayland all use the > dvorak layout. That would be a nice feature! I currently use "dvorak", > and it's slightly annoying that grub uses qwerty. :( Same here. Some of this might be accomplished with a system service that extends configuration files with the required settings. Would you like to give this a try? > How about automatic updates? Since a guixSD user can always downgrade > to the previous version, it would be nice if it would automatically > update my user profile, root profile and reconfigure say once a week. > > #+BEGIN_SRC scheme > (operating system > (auto-upgrade #t) > (auto-upgrade-interval 'once-a-week) > ...) > #+END_SRC Cron jobs can be used here via the mcron service. -- Ricardo