From 74dc754ae02f85d9ead2d4a608e139df2651c9c2 Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Fri, 26 Jun 2026 16:09:36 +0200 Subject: [PATCH] Use black tweak for magnetic-catppuccin-gtk on laptop (which has an OLED display) --- modules/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hyprland.nix b/modules/hyprland.nix index fdd61a3..e260a47 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ pkgs, lib, isLaptop, ... }: { programs.hyprland = { @@ -33,7 +33,7 @@ accent = [ "all" ]; size = "standard"; #"compact" shade = "dark"; - tweaks = [ /*black*/ ]; + tweaks = [ ] ++ lib.optional (isLaptop) "black"; }) xeyes networkmanagerapplet