mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 12:58:07 +02:00
Use black tweak for magnetic-catppuccin-gtk on laptop (which has an OLED display)
This commit is contained in:
parent
197bd0fb60
commit
74dc754ae0
@ -1,4 +1,4 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, lib, isLaptop, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.hyprland = {
|
programs.hyprland = {
|
||||||
@ -33,7 +33,7 @@
|
|||||||
accent = [ "all" ];
|
accent = [ "all" ];
|
||||||
size = "standard"; #"compact"
|
size = "standard"; #"compact"
|
||||||
shade = "dark";
|
shade = "dark";
|
||||||
tweaks = [ /*black*/ ];
|
tweaks = [ ] ++ lib.optional (isLaptop) "black";
|
||||||
})
|
})
|
||||||
xeyes
|
xeyes
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user