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"; networking.hostName = "fern";
imports = [ ./servers/fern/hardware-configuration.nix ]; imports = [ ./servers/fern/hardware-configuration.nix ];
} }
./servers/fern/configuration.nix
./servers/ui-mode/configuration.nix ./servers/ui-mode/configuration.nix
]; ];
}; };

View file

@ -1,15 +1,10 @@
{ {
config,
pkgs, pkgs,
options,
nixpkgs-unstable,
lib,
dms,
... ...
}: }:
{ {
services.hardware.openrgb.enable = true;
boot = { boot = {
kernelParams = [ kernelParams = [
# attempt to fix nvidia perf # attempt to fix nvidia perf
@ -34,14 +29,6 @@
enable32Bit = true; enable32Bit = true;
# package32 = unstable-pkgs.pkgsi686Linux.mesa.drivers; # package32 = unstable-pkgs.pkgsi686Linux.mesa.drivers;
extraPackages = with pkgs; [ 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 nvidia-vaapi-driver
]; ];
}; };

View file

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