feat: remplacer light par acpilight/xbacklight, ajouter ddcutil pour écrans externes
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -105,16 +105,29 @@
|
||||
# };
|
||||
programs.zsh.enable =
|
||||
true; # see https://github.com/NixOS/nixpkgs/issues/20548#issuecomment-261965667
|
||||
programs.light.enable = true;
|
||||
hardware.acpilight.enable = true;
|
||||
hardware.i2c.enable = true;
|
||||
|
||||
programs.nix-ld = {
|
||||
enable = true;
|
||||
libraries = with pkgs; [ fnm stdenv.cc.cc.lib ];
|
||||
};
|
||||
|
||||
# Printing (Epson Stylus SX230 - St Drézéry)
|
||||
services.printing.enable = true;
|
||||
services.printing.drivers = with pkgs; [ epson-escpr ];
|
||||
# Printing
|
||||
services.printing = {
|
||||
enable = true;
|
||||
drivers = with pkgs; [
|
||||
epson-escpr # Epson Stylus SX230
|
||||
gutenprint # Brother MFC-9330CDW (couleur, fallback si driverless KO)
|
||||
];
|
||||
};
|
||||
|
||||
# Découverte imprimantes réseau (Bonjour/mDNS)
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns4 = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
# List services that you want to enable:
|
||||
services.nscd.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user