From 78882102b931e6304f1f5624a74bada45df438e0 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 9 May 2022 13:15:27 -0400 Subject: [PATCH] nit(shells/all): sort shells --- users/profiles/shells/all.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/profiles/shells/all.nix b/users/profiles/shells/all.nix index cbad936..53721df 100644 --- a/users/profiles/shells/all.nix +++ b/users/profiles/shells/all.nix @@ -2,7 +2,7 @@ imports = [ ./bash.nix ./fish.nix - ./zsh.nix # ./nushell.nix + ./zsh.nix ]; }