flake lock and some nix settings

This commit is contained in:
2025-03-27 20:02:42 +01:00
parent 5cc0b3f251
commit 6a6e562875
6 changed files with 65 additions and 78 deletions

View File

@@ -20,7 +20,7 @@ in {
config = mkIf cfg.enable {
programs.helix = {
enable = true;
# package = inputs.helix.packages.${pkgs.system}.default;
# package = pkgs.helix;
package = inputs.helix-flake.packages.${pkgs.system}.default;
settings = {

View File

@@ -96,14 +96,14 @@
auto-format = true;
language-servers = ["dprint" "typescript-language-server"];
}
{
name = "php";
auto-format = true;
language-servers = ["phpactor"];
formatter = {
command = lib.getExe pkgs.php84Packages.php-cs-fixer;
};
}
# {
# name = "php";
# auto-format = true;
# language-servers = ["phpactor"];
# formatter = {
# command = lib.getExe pkgs.php84Packages.php-cs-fixer;
# };
# }
{
name = "css";
auto-format = true;