diff --git a/configuration/modules/dots/quick_shell/flake.lock b/configuration/modules/dots/quick_shell/flake.lock deleted file mode 100644 index a608aa3..0000000 --- a/configuration/modules/dots/quick_shell/flake.lock +++ /dev/null @@ -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 -} diff --git a/configuration/modules/dots/quick_shell/flake.nix b/configuration/modules/dots/quick_shell/hello similarity index 100% rename from configuration/modules/dots/quick_shell/flake.nix rename to configuration/modules/dots/quick_shell/hello diff --git a/home/modules/nvf.nix b/home/modules/nvf.nix index 30e1fa8..f658e48 100644 --- a/home/modules/nvf.nix +++ b/home/modules/nvf.nix @@ -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;