Modules/Zed: Fix nix formatting
This commit is contained in:
@ -5,11 +5,9 @@
|
||||
mylib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
}: let
|
||||
inherit (config.homemodules) zed color;
|
||||
in
|
||||
{
|
||||
in {
|
||||
options.homemodules.zed = import ./options.nix {inherit lib mylib;};
|
||||
|
||||
config = lib.mkIf zed.enable {
|
||||
@ -125,7 +123,8 @@ in
|
||||
nil = {
|
||||
initialization_options = {
|
||||
formatting = {
|
||||
command = null;
|
||||
# command = null;
|
||||
command = ["${pkgs.alejandra}/bin/alejandra"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user