2 Commits

Author SHA1 Message Date
Tom Alexander
641c21c77f Add C/C++ debugging to personal vscode. 2025-12-13 23:15:59 -05:00
Tom Alexander
88634655d0 Fix firmware updating now that my UEFI system partition is mounted at /efi 2025-12-13 23:15:33 -05:00
2 changed files with 4 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
{
# TODO: Is this installing firmware or just downloading it?
services.fwupd.enable = true;
services.fwupd.daemonSettings.EspLocation = lib.mkForce "/efi";
environment.persistence."/persist" = lib.mkIf (config.me.mountPersistence) {
hideMounts = true;
directories = [

View File

@@ -54,6 +54,8 @@ let
personal_specific = [
ms-python.python
ms-python.debugpy
ms-vscode.cpptools # C/C++ support and debugging
ms-vscode.cpptools-extension-pack
];
in
if config.me.vscode.enable_work_profile then
@@ -87,6 +89,7 @@ in
"vscode-with-extensions"
"vscode-extension-ms-vscode-remote-remote-ssh"
"vscode-extension-MS-python-vscode-pylance"
"vscode-extension-ms-vscode-cpptools"
];
environment.systemPackages = with pkgs; [