ddcutil

Changed files
+4
hosts
gecko
+4
hosts/gecko/default.nix
···
(writeShellScriptBin "qc" ''
llm -m 4 "$*" -c
'')
+
ddcutil
];
services.gnome.gnome-keyring.enable = true;
···
boot.extraModprobeConfig =''
options snd-hda-intel dmic_detect=0
'';
+
+
# ddcutil
+
hardware.i2c.enable = true;
}