diff options
| author | EuAndreh <eu@euandre.org> | 2023-02-17 15:36:29 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-02-17 15:36:29 -0300 |
| commit | 0a345459825bc7edb1363d86d327c10528da9e29 (patch) | |
| tree | 2c02785a9517d99b1f1b06699bfad6ca5f089362 /etc/guix/system.scm | |
| parent | etc/nix/configuration.nix: Lock after 5 minutes via logind (diff) | |
| download | dotfiles-0a345459825bc7edb1363d86d327c10528da9e29.tar.gz dotfiles-0a345459825bc7edb1363d86d327c10528da9e29.tar.xz | |
Remove all code referring to backlight tweaking
Diffstat (limited to 'etc/guix/system.scm')
| -rw-r--r-- | etc/guix/system.scm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm index d3ae754..5840af7 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -491,17 +491,6 @@ Seiko Epson Color Ink Jet Printers.") ClientAliveCountMax 20 MaxSessions 20 "#))) - #; - (udev-rules-service - 'backlight - (udev-rule - "backlight.rule" - (string-replace - #"- - ACTION=="add", SUBSYSTEM=="backlight", KERNEL=="@DEVICE@", GROUP="video", MODE="0664" - "# - "@DEVICE@" - (getenv "BACKLIGHT_DEVICE")))) (set-xorg-configuration (xorg-configuration (keyboard-layout keyboard-layout) |
