Compare commits
No commits in common. "8787c557f9dadbb9d3bd09242f419746b6f25836" and "a574d4bbc33de8aacd01c27f4126c15e20d43138" have entirely different histories.
8787c557f9
...
a574d4bbc3
2 changed files with 0 additions and 16 deletions
|
@ -130,12 +130,5 @@ lspconfig.nixd.setup({
|
|||
},
|
||||
},
|
||||
})
|
||||
lspconfig.rust_analyzer.setup({
|
||||
settings = {
|
||||
["rust-analyzer"] = {
|
||||
check = { command = "clippy" },
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
require("gitsigns").setup()
|
||||
|
|
|
@ -16,15 +16,6 @@
|
|||
enable = true;
|
||||
defaultUser = "leo";
|
||||
useWindowsDriver = true;
|
||||
interop.includePath = false;
|
||||
|
||||
extraBin = [
|
||||
{
|
||||
name = "code";
|
||||
src = lib.escapeShellArg "/mnt/c/Users/Leo/AppData/Local/Programs/Microsoft VS Code/bin/code";
|
||||
}
|
||||
];
|
||||
|
||||
wslConf.network = {
|
||||
hostname = config.networking.hostName;
|
||||
generateResolvConf = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue