Add vscode to perso-desktop
All checks were successful
check / check (push) Successful in 35s

- Remove crate extension because is deprecated and cratesx not exist in nixpkgs
- Add C/C++ Support for Linux kernel module development
- Best errors
This commit is contained in:
Florian RICHER 2025-02-08 20:59:33 +01:00
parent f640cd4ca1
commit 07ed50ca90
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
2 changed files with 14 additions and 1 deletions

View file

@ -6,6 +6,8 @@
];
modules.home = {
editors.vscode.enable = true;
apps = {
flatpak.enable = true;
jetbrainsToolbox.enable = true;