add openrgb+nvtop

This commit is contained in:
Daniel Bulant 2026-04-07 23:33:00 +02:00
parent 4416771203
commit 2bb04c947a
No known key found for this signature in database
3 changed files with 6 additions and 16 deletions

View file

@ -96,6 +96,7 @@
networking.hostName = "fern";
imports = [ ./servers/fern/hardware-configuration.nix ];
}
./servers/fern/configuration.nix
./servers/ui-mode/configuration.nix
];
};

View file

@ -1,15 +1,10 @@
{
config,
pkgs,
options,
nixpkgs-unstable,
lib,
dms,
...
}:
{
services.hardware.openrgb.enable = true;
boot = {
kernelParams = [
# attempt to fix nvidia perf
@ -34,14 +29,6 @@
enable32Bit = true;
# package32 = unstable-pkgs.pkgsi686Linux.mesa.drivers;
extraPackages = with pkgs; [
# Required for modern Intel GPUs (Xe iGPU and ARC)
intel-media-driver # VA-API (iHD) userspace
vpl-gpu-rt # oneVPL (QSV) runtime
# Optional (compute / tooling):
intel-compute-runtime # OpenCL (NEO) + Level Zero for Arc/Xe
# libvdpau-va-gl
nvidia-vaapi-driver
];
};

View file

@ -128,8 +128,8 @@ in
# cloud things
minikube
nebula
nixpkgs-unstable.legacyPackages.${system}.jet-pilot
#nebula
#nixpkgs-unstable.legacyPackages.${system}.jet-pilot
k9s
prismlauncher
@ -286,6 +286,8 @@ in
screen
openvpn
#ghostty
nvtopPackages.full
openrgb-with-all-plugins
mdbook
nix-tree