about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/apzu/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/hosts/apzu/default.nix b/hosts/apzu/default.nix
index d1a83fec..d0090339 100644
--- a/hosts/apzu/default.nix
+++ b/hosts/apzu/default.nix
@@ -9,10 +9,18 @@
       enable = false;
     };
     bluetooth.enable = true;
+
     laptop = {
       backlight = "intel_backlight";
       enable = true;
     };
+    programs = {
+      yambar = {
+        laptop = true;
+        backlight = "intel_backlight";
+      };
+    };
+
     locale.enable = true;
     networking = {
       enable = true;