From 2cc98899f51dbf9b10a1973821c98ba06db118bb Mon Sep 17 00:00:00 2001
From: Soispha <soispha@vhack.eu>
Date: Sun, 23 Apr 2023 14:10:26 +0200
Subject: Fix(hosts/apzu): Use new options

---
 hosts/apzu/default.nix | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'hosts/apzu/default.nix')

diff --git a/hosts/apzu/default.nix b/hosts/apzu/default.nix
index d34edbb2..829fc66e 100644
--- a/hosts/apzu/default.nix
+++ b/hosts/apzu/default.nix
@@ -8,6 +8,10 @@
   ];
 
   soispha = {
+    laptop = {
+      enable = true;
+      backlight = "intel_backlight";
+    };
     locale.enable = true;
     fs.backup = {
       enable = true;
-- 
cgit 1.4.1