Adding vscodium vith extensions and nvtop

This commit is contained in:
2025-10-05 19:39:46 +02:00
parent c4f94bf3bb
commit e9f5889194
5 changed files with 85 additions and 30 deletions

View File

@@ -1,11 +1,8 @@
{
lib,
pkgs,
config,
...
}:
let
hostname = config.networking.hostName;
in
{
services.xserver.videoDrivers = [ "nvidia" ];
hardware = {
@@ -23,4 +20,5 @@ in
package = config.boot.kernelPackages.nvidiaPackages.latest;
};
};
}
environment.systemPackages = [ pkgs.nvtopPackages.full ];
}