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