mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
fixed various problems
This commit is contained in:
parent
c33d75a1be
commit
8a145e6580
4 changed files with 3 additions and 4 deletions
|
@ -44,7 +44,7 @@
|
|||
wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {
|
||||
settings = {
|
||||
animations = {
|
||||
enabled = "no";
|
||||
enabled = lib.mkForce "no";
|
||||
};
|
||||
|
||||
monitor = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue