feat: trantor starts with 100% backlight

feat/kile-v2
Ricard Illa 2022-03-14 15:20:39 +01:00
parent aee2aa3461
commit 08d3d3f8d3
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ in desktopConfig // {
home.file.".xinitrc".text = ''
${pkgs.xorg.xrandr}/bin/xrandr --setprovideroutputsource modesetting NVIDIA-0
${pkgs.xorg.xrandr}/bin/xrandr --auto
${pkgs.acpilight}/bin/xbacklight -set 100
exec ${config.home.homeDirectory}/.xsession
'';