mirror of
https://github.com/danbulant/dotfiles
synced 2026-06-19 06:31:20 +00:00
add openrgb+nvtop
This commit is contained in:
parent
4416771203
commit
2bb04c947a
3 changed files with 6 additions and 16 deletions
|
|
@ -96,6 +96,7 @@
|
|||
networking.hostName = "fern";
|
||||
imports = [ ./servers/fern/hardware-configuration.nix ];
|
||||
}
|
||||
./servers/fern/configuration.nix
|
||||
./servers/ui-mode/configuration.nix
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue