mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-06 09:46:34 +05:30
feat(hyprland): disable shadow
This commit is contained in:
@ -71,6 +71,10 @@
|
|||||||
xray = true;
|
xray = true;
|
||||||
special = true;
|
special = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
shadow = {
|
||||||
|
enabled = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
#-- Animations
|
#-- Animations
|
||||||
|
Reference in New Issue
Block a user