This commit is contained in:
mjallen18
2025-06-18 23:45:34 -05:00
parent 96360efd32
commit 0211f0a415
9 changed files with 66 additions and 46 deletions

View File

@@ -11,7 +11,10 @@ in
kernelModules = [
"nct6775"
"kvm-amd"
"i2c-dev"
"ddcci_backlight"
];
extraModulePackages = [config.boot.kernelPackages.ddcci-driver];
loader = {
efi = {
canTouchEfiVariables = true;

View File

@@ -16,13 +16,19 @@ let
VISUAL = "${pkgs.vscodium}/bin/codium --wait";
};
systemPackages = with pkgsVersion; [
acpilight
aha
aspell
aspellDicts.en
aspellDicts.en-computers
aspellDicts.en-science
borgbackup
brightnessctl
# brscan5
ddcui
ddcutil
ddccontrol
ddccontrol-db
efibootmgr
kdePackages.ksvg
memtest86-efi
@@ -170,4 +176,8 @@ in
libvirtd.enable = lib.mkDefault true;
waydroid.enable = lib.mkDefault true;
};
services.udev.extraRules = ''
KERNEL=="i2c-[0-9]*", GROUP="i2c", MODE="0660"
'';
}

View File

@@ -15,6 +15,8 @@ in
"input"
"scanner"
"lp"
"video"
"i2c"
]; # Enable sudo for the user.
hashedPasswordFile = passwordFile;
shell = pkgsVersion.zsh;