feat: nix lsp, enable features, nixfmt

This commit is contained in:
2025-01-23 08:56:35 +00:00
parent fbffcffe21
commit b076747661
3 changed files with 5 additions and 0 deletions

View File

@@ -33,6 +33,9 @@
modules = [
./hosts/${host.name}/configuration.nix
home-manager.nixosModules.home-manager
{
nix.settings.experimental-features = [ "nix-command" "flakes" ];
}
] ++ (if host.isWSL then [ nixos-wsl.nixosModules.default ] else [ ]);
};
}) hosts);

View File

@@ -18,6 +18,7 @@
git
gcc
rustup
nixfmt-rfc-style
];
config.programs.nix-ld.enable = true;
}