From 6d9278680ff09150bd49b4a9fc35941a3484bf7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sun, 23 Jul 2023 00:31:03 +0200 Subject: [PATCH] feat(nix-on-droid): use fish --- systems/moto-g5/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/moto-g5/configuration.nix b/systems/moto-g5/configuration.nix index 1f569ca..a8c0414 100644 --- a/systems/moto-g5/configuration.nix +++ b/systems/moto-g5/configuration.nix @@ -42,7 +42,7 @@ in { }; }; - user.shell = "${pkgs.bash}/bin/bash"; + user.shell = "${pkgs.fish}/bin/fish"; environment.etcBackupExtension = ".bak";