Added csharp format support, cleaned neo-tree's aesthetics a bit

This commit is contained in:
Fred Drake
2024-10-02 00:01:44 -04:00
parent 4972eb4147
commit 1b8b135353
7 changed files with 65 additions and 13 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
inherit pkgs;
module = { pkgs, ... }: {
imports = [ ./config ./config/csharp ];
extraPackages = with pkgs; [ sops dotnet-sdk_8 csharpier ];
extraPackages = with pkgs; [ sops ];
};
extraSpecialArgs = { };
};