Use black tweak for magnetic-catppuccin-gtk on laptop (which has an OLED display)

This commit is contained in:
Username404-59 2026-06-26 16:09:36 +02:00
parent 197bd0fb60
commit 74dc754ae0
Signed by: Username404-59
GPG Key ID: F3A1878B14F5F0D7

View File

@ -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