From 9aaf46248ebdb25d4af397a4ff884ffc3f63e79b Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Tue, 26 Mar 2024 03:35:27 +0100 Subject: [PATCH] Fix fmt --- home-mods/shell/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home-mods/shell/default.nix b/home-mods/shell/default.nix index 1ae33a0..fee5154 100644 --- a/home-mods/shell/default.nix +++ b/home-mods/shell/default.nix @@ -51,10 +51,10 @@ in package = pkgs.unstable-pkgs.fish; interactiveShellInit = '' - any-nix-shell fish --info-right | source - direnv hook fish | source - cat /var/lib/rust-motd/motd - printf '\eP$f{"hook": "SourcedRcFileForWarp", "value": { "shell": "fish" }}\x9c' + any-nix-shell fish --info-right | source + direnv hook fish | source + cat /var/lib/rust-motd/motd + printf '\eP$f{"hook": "SourcedRcFileForWarp", "value": { "shell": "fish" }}\x9c' ''; loginShellInit = '' direnv hook fish | source