System Gen120 @ 2025-12-12-19:18:08 by jonas@monolith

This commit is contained in:
2025-12-12 19:18:09 +01:00
parent 20d74dd4ef
commit 9e54a6f68d
6 changed files with 35 additions and 23 deletions

View File

@@ -131,7 +131,18 @@
virtualisation.docker.enable = true;
# Corsair drivers
hardware.ckb-next.enable = true;
hardware.ckb-next = {
enable = true;
# Workarount until https://github.com/NixOS/nixpkgs/issues/444209
# is fixed
package = pkgs.ckb-next.overrideAttrs (prev: {
cmakeFlags =
(prev.cmakeFlags or [])
++ [
"-DUSE_DBUS_MENU=0"
];
});
};
# dpi correction
services.xserver.dpi = 91;