remove extra period

This commit is contained in:
Tyler Kelley 2024-05-14 18:02:45 -05:00
parent 7842bb0a59
commit dbab535338

View File

@ -48,7 +48,7 @@ in
recursive = true;
};
home.file.".config/starship.toml".source = ../../config/starship.toml;
home.file.".emoji".source = .../../config/emoji;
home.file.".emoji".source = ../../config/emoji;
# Install & Configure Git
programs.git = {