diff options
| author | Amin Bandali <mab@gnu.org> | 2020-01-27 14:28:12 -0500 | 
|---|---|---|
| committer | Amin Bandali <mab@gnu.org> | 2020-01-27 14:28:12 -0500 | 
| commit | 50a0ab3e142aa3aa1f339d848d89ff1648b8db25 (patch) | |
| tree | a01fa02d5d0d26356232f4ca00185d0ce84eeb31 /.config/guix/system | |
| parent | 0a1906767e116baf849abf14d97964b772894e6d (diff) | |
| download | configs-50a0ab3e142aa3aa1f339d848d89ff1648b8db25.tar.gz configs-50a0ab3e142aa3aa1f339d848d89ff1648b8db25.tar.xz configs-50a0ab3e142aa3aa1f339d848d89ff1648b8db25.zip | |
guix: add (sudo-less) light
landed fcb510c541e83291ea6682cba87020a913c64914 in guix.git so one can
set brightness using light without sudo
Diffstat (limited to '.config/guix/system')
| -rw-r--r-- | .config/guix/system/chaman.scm | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.config/guix/system/chaman.scm b/.config/guix/system/chaman.scm index 831d9eb..6a60e11 100644 --- a/.config/guix/system/chaman.scm +++ b/.config/guix/system/chaman.scm @@ -86,4 +86,5 @@     (simple-service 'my-powertop-auto-tune activation-service-type                     #~(zero? (system* #$(file-append powertop "/sbin/powertop")                                       "--auto-tune"))) +   (simple-service 'light-udev-rules udev-service-type (list light))     %desktop-services))) | 
