mirror of
https://github.com/danbulant/dotfiles
synced 2026-07-06 11:40:59 +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";
|
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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue