From de863308bd8eb629de09d1d7004e914f19afc67f Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Sun, 7 Jul 2024 21:31:38 +0100 Subject: [PATCH] Fix typo in shell --- system/shared.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/shared.nix b/system/shared.nix index 8390665..3a327c1 100644 --- a/system/shared.nix +++ b/system/shared.nix @@ -66,7 +66,7 @@ "flatpak" "wheel" ]; - shell = pkgs.zsh + shell = pkgs.zsh; }; programs.steam = {