get ddc working on apalapucia, swap out waybar for noctalia at the moment
This commit is contained in:
parent
c8e782c47c
commit
e97a887ff9
2 changed files with 8 additions and 2 deletions
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
hardware.wooting.enable = true;
|
||||
|
||||
services.udev.packages = with pkgs; [xr-hardware];
|
||||
services.udev.packages = with pkgs; [xr-hardware ddcutil];
|
||||
|
||||
services.power-profiles-daemon.enable = true;
|
||||
services.upower.enable = true;
|
||||
|
|
@ -64,6 +64,12 @@
|
|||
isSystemUser = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
ddcutil
|
||||
];
|
||||
|
||||
hardware.i2c.enable = true;
|
||||
|
||||
users.users.${config.var.username} = {
|
||||
description = "Alyx Wren";
|
||||
extraGroups = [ "networkmanager" "wheel" "camera" "input" "adbusers" "inputs" "uinput" "pipewire" "kvm" "qemu-libvirt" "qemu-libvirtd" "lxd" "libvirtd" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue