what did the one commit say to the other.. git good

This commit is contained in:
Zastian Pretorius
2025-08-12 22:21:16 +01:00
parent d4397e5298
commit e888dc33e8
4 changed files with 62 additions and 27 deletions

View File

@@ -41,6 +41,13 @@ in
nixpkgs.config.permittedInsecurePackages = [ "freeimage-unstable-2021-11-01" ];
programs.vscode = {
enable = true;
profiles = {
default = {
extensions = [
pkgs.vscode-extensions.platformio.platformio-vscode-ide
];
};
};
};
programs.anyrun = {
enable = true;
@@ -245,5 +252,8 @@ in
kdePackages.baloo-widgets # new
kdePackages.kde-cli-tools
resvg # new
#
#platformio
platformio
];
}