mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: disable animations to see if it likes that
This commit is contained in:
parent
74efa6e748
commit
936e0cd7f8
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
animations = {
|
animations = {
|
||||||
enabled = true;
|
enabled = false;
|
||||||
|
|
||||||
bezier = [
|
bezier = [
|
||||||
"fluent_decel, 0, 0.2, 0.4, 1"
|
"fluent_decel, 0, 0.2, 0.4, 1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue