diff --git a/modules/cross-platform/home-manager/neovim.nix b/modules/cross-platform/home-manager/neovim.nix index 9ee3cd6..d8f77c0 100644 --- a/modules/cross-platform/home-manager/neovim.nix +++ b/modules/cross-platform/home-manager/neovim.nix @@ -111,7 +111,6 @@ in { # Setup lsp's and languages languages = { - enableLSP = true; enableFormat = true; enableTreesitter = true; enableExtraDiagnostics = true; diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index c98e193..5c4ba3d 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -114,9 +114,11 @@ in { # Setup and enable mako services.mako = { enable = true; - defaultTimeout = 5000; - layer = "overlay"; - width = 200; + settings = { + defaultTimeout = 5000; + layer = "overlay"; + width = 200; + }; }; # Enable hyprpaper