"100 2026-01-27 16:08:19 26.05.20260123.c5296fd 6.18.7"

This commit is contained in:
Larra Emily Sarah
2026-01-27 17:03:29 +01:00
parent 67e095d6e7
commit d936f72cb9
6 changed files with 67 additions and 27 deletions

View File

@@ -9,8 +9,8 @@
}: {
imports = [
# Include the results of the hardware scan.
/etc/nixos/hardware-configuration.nix
../../packet-tracer.nix
./hardware-configuration.nix
../../modules/packet-tracer.nix
./local-packages.nix
];
@@ -233,27 +233,6 @@
};
nix.settings.auto-optimise-store = true;
#############
### hardware
#############
# everything amd gpu
hardware.graphics.enable32Bit = true;
hardware.graphics.extraPackages = [
pkgs.rocmPackages.clr.icd
pkgs.libva
];
boot.initrd.kernelModules = ["amdgpu"];
boot.kernelModules = ["amdgpu"];
hardware.amdgpu.overdrive.ppfeaturemask = "0xffffffff";
services.hardware.openrgb.enable = true;
hardware.openrazer = {
enable = true;
users = ["sarah"];
};
services.xserver.videoDrivers = ["amdgpu"];
environment.variables = {