failed nixd setup
This commit is contained in:
parent
7ab3f1cb3d
commit
0886c533fb
1 changed files with 19 additions and 0 deletions
|
@ -16,6 +16,25 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
-- nixd = {
|
||||||
|
-- mason = false,
|
||||||
|
-- settings = {
|
||||||
|
-- nixpkgs = {
|
||||||
|
-- 'import (builtins.getFlake "/home/lyc/workspace/CS/OS/NixOS/flakes").inputs.nixpkgs { }',
|
||||||
|
-- },
|
||||||
|
-- formatting = {
|
||||||
|
-- command = { "nixpkgs-fmt" },
|
||||||
|
-- },
|
||||||
|
-- options = {
|
||||||
|
-- nixos = {
|
||||||
|
-- expr = '(builtins.getFlake ("git+file://" + toString ./.)).nixosConfigurations.k-on.options',
|
||||||
|
-- },
|
||||||
|
-- home_manager = {
|
||||||
|
-- expr = '(builtins.getFlake ("git+file://" + toString ./.)).homeConfigurations."ruixi@k-on".options',
|
||||||
|
-- },
|
||||||
|
-- },
|
||||||
|
-- },
|
||||||
|
-- },
|
||||||
lua_ls = {
|
lua_ls = {
|
||||||
mason = false,
|
mason = false,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue