diff options
| author | EuAndreh <eu@euandre.org> | 2023-02-22 10:39:42 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-02-22 10:39:42 -0300 |
| commit | 16e6f2b71ab4f3426523f50fd2501fdfd79a1d4f (patch) | |
| tree | e22d498842bcd060a1a48517c2740bb8511a5788 /etc/nix | |
| parent | etc/: Remove leftover email configuration files (diff) | |
| download | dotfiles-16e6f2b71ab4f3426523f50fd2501fdfd79a1d4f.tar.gz dotfiles-16e6f2b71ab4f3426523f50fd2501fdfd79a1d4f.tar.xz | |
etc/nix/configuration.nix: Remove "intel_backlight" X config section
Diffstat (limited to 'etc/nix')
| -rw-r--r-- | etc/nix/configuration.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index 2e2f757..e2bec07 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -127,14 +127,6 @@ # Touchpad support libinput.enable = true; - config = '' - Section "Device" - Identifier "Intel Graphics" - Driver "intel01" - Option "Backlight" "intel_backlight" - EndSection - ''; - windowManager.xmonad = { enable = true; enableContribAndExtras = true; |
