mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
fixed brigthness on startup
Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
This commit is contained in:
parent
a657de417f
commit
47d49e7b75
@ -52,6 +52,7 @@
|
|||||||
profileExtra = ''
|
profileExtra = ''
|
||||||
if [ $(hostname) = 'stel-xps' ]; then
|
if [ $(hostname) = 'stel-xps' ]; then
|
||||||
autorandr -c
|
autorandr -c
|
||||||
|
brightnessctl s 50%
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user