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