diff options
Diffstat (limited to 'users/seth/shell/fish.nix')
| -rw-r--r-- | users/seth/shell/fish.nix | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/users/seth/shell/fish.nix b/users/seth/shell/fish.nix index a5a48a0..88a5854 100644 --- a/users/seth/shell/fish.nix +++ b/users/seth/shell/fish.nix @@ -1,6 +1,9 @@ -{ config, lib, pkgs, ...}: - { + config, + lib, + pkgs, + ... +}: { programs.fish = { enable = true; plugins = [ @@ -28,7 +31,6 @@ sha256 = "sha256-/JIKRRHjaO2jC0NNPBiSaLe8pR2ASv24/LFKOJoZPjk="; }; } - ]; }; } |
