From 31415c6bdc272aa1a29468f9e87a2b8020c6e954 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 8 Apr 2023 11:26:47 -0400 Subject: [PATCH] Fix nix syntax --- home/bash.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/bash.nix b/home/bash.nix index c5d43d2..5ef37a5 100644 --- a/home/bash.nix +++ b/home/bash.nix @@ -1,3 +1,3 @@ { programs.bash.enable = true; -}; +}