back to nixos

This commit is contained in:
Joseph Hanson 2024-12-09 20:42:56 -06:00
parent 9a4e4eeff0
commit be9c93b33c

View file

@ -11,8 +11,8 @@
"files.trimTrailingWhitespace": true,
"sops.defaults.ageKeyFile": "/home/jahanson/projects/mochi/age.key",
"nix.enableLanguageServer": true,
"nix.serverPath": "/home/jahanson/.nix-profile/bin/nil",
"nix.formatterPath": "/home/jahanson/.nix-profile/bin/nixfmt",
"nix.serverPath": "/run/current-system/sw/bin/nil",
"nix.formatterPath": "/run/current-system/sw/bin/nixfmt",
"nix.serverSettings": {
"nil": {
"formatting": {
@ -24,7 +24,7 @@
},
},
"nix": {
"binary": "/nix/var/nix/profiles/default/bin/nix",
"binary": "/run/current-system/sw/bin/nix",
"maxMemoryMB": null, // disable memory limit
"flake": {
"autoEvalInputs": true,
@ -36,5 +36,5 @@
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"sops.binPath": "/home/jahanson/.nix-profile/bin/sops"
"sops.binPath": "/run/current-system/sw/bin/sops"
}