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