non important commit

This commit is contained in:
benstrb 2026-02-27 20:41:41 +01:00
parent ae7d85c9a5
commit f986a05562
3 changed files with 1 additions and 29 deletions

View file

@ -1,27 +0,0 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1771369470,
"narHash": "sha256-0NBlEBKkN3lufyvFegY4TYv5mCNHbi5OmBDrzihbBMQ=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "0182a361324364ae3f436a63005877674cf45efb",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}

View file

@ -30,8 +30,6 @@
lspkind.enable = true;
lspsaga.enable = true;
trouble.enable = true;
servers.qmlls.cmd = lib.mkForce ["${pkgs.kdePackages.qtdeclarative}/bin/qmlls" "-E"];
};
debugger = {
@ -84,6 +82,7 @@
sql.enable = false;
qml.enable = true;
qml.format.enable = true;
ts.enable = true;
zig.enable = true;
csharp.enable = true;