mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-09-09 11:22:01 +02:00
feat(shoukei): enable wluma ambient-light auto brightness
- read Asahi aop-sensors ALS via iio and drive eDP-1 backlight - drop PrivateUsers for wluma so it can reach the real user D-Bus session - remove hypridle 10min screen-dim listener: its brightnessctl writes fight wluma and get learned as manual adjustments
This commit is contained in:
@@ -4,7 +4,10 @@ let
|
||||
mkSymlink = config.lib.file.mkOutOfStoreSymlink;
|
||||
in
|
||||
{
|
||||
imports = [ ../../linux/gui.nix ];
|
||||
imports = [
|
||||
../../linux/gui.nix
|
||||
./12kingdoms-shoukei/wluma.nix
|
||||
];
|
||||
|
||||
programs.ssh.settings."github.com".IdentityFile = "${config.home.homeDirectory}/.ssh/${hostName}";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user