From 1f3e4b6ad522a186d2b693953b4c6f5ab1e892b7 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 2 Dec 2022 08:10:15 +0000 Subject: add editorconfig and alejandra --- users/seth/shell/fish.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'users/seth/shell/fish.nix') 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="; }; } - ]; }; } -- cgit v1.2.3