From ff235895de0e31a80b68c9ca144756435a38fb24 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 7 Aug 2024 07:55:58 -0700 Subject: [PATCH] fix: missing semicolon --- users/youwen/darwin/darwin-home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/youwen/darwin/darwin-home.nix b/users/youwen/darwin/darwin-home.nix index 3a44b83..e5dd989 100755 --- a/users/youwen/darwin/darwin-home.nix +++ b/users/youwen/darwin/darwin-home.nix @@ -19,7 +19,7 @@ # xxx # ''; - home.file.".config/neofetch/config.conf".source = ../common/neofetch.conf + home.file.".config/neofetch/config.conf".source = ../common/neofetch.conf; # Packages that should be installed to the user profile. home.packages = with pkgs; [