fix: fix chocolatebar build for nixos 24.11
This commit is contained in:
parent
387952d289
commit
bf6bbc5a50
|
@ -10,10 +10,10 @@ with lib; let
|
|||
in {
|
||||
hardware.cpu.amd.updateMicrocode = true;
|
||||
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
rocm-opencl-icd
|
||||
rocm-opencl-runtime
|
||||
];
|
||||
# hardware.opengl.extraPackages = with pkgs; [
|
||||
# rocm-opencl-icd
|
||||
# rocm-opencl-runtime
|
||||
# ];
|
||||
|
||||
hardware.keyboard.uhk.enable = true;
|
||||
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
self.nixosModules.gaming
|
||||
self.nixosModules.graphical
|
||||
self.nixosModules.office
|
||||
self.nixosModules.printing
|
||||
# self.nixosModules.printing
|
||||
self.nixosModules.virtualisation
|
||||
self.nixosModules.wireshark
|
||||
];
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"steam"
|
||||
"steam-original"
|
||||
"steam-run"
|
||||
"steam-unwrapped"
|
||||
"hplip"
|
||||
"cups-brother-hl3140cw"
|
||||
"cloudflare-warp"
|
||||
|
|
Loading…
Reference in a new issue