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 +*/