From 8a543eee377de0d6d0818da1c211a96b76d201f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 2 Apr 2024 21:05:24 +0200 Subject: [PATCH] chore: format --- systems/maakaron/home.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/systems/maakaron/home.nix b/systems/maakaron/home.nix index bad73e1..67e2ea3 100644 --- a/systems/maakaron/home.nix +++ b/systems/maakaron/home.nix @@ -58,8 +58,8 @@ in { syntaxHighlighting.enable = true; syntaxHighlighting.highlighters = ["main" "brackets" "pattern" "line"]; initExtra = '' - # ref https://gist.github.com/meeech/0b97a86f235d10bc4e2a1116eec38e7e - if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; + # ref https://gist.github.com/meeech/0b97a86f235d10bc4e2a1116eec38e7e + if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then . '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' fi @@ -100,4 +100,4 @@ in { hora register -p weekly --depth 1 --empty -*/ \ No newline at end of file +*/