feat: nix lsp, enable features, nixfmt
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
git
|
||||
gcc
|
||||
rustup
|
||||
nixfmt-rfc-style
|
||||
];
|
||||
config.programs.nix-ld.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user