From 5c90b60563851b134084bae6eb9e68e42f011c32 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 11 May 2025 12:35:24 +0200 Subject: [PATCH] feat(desktop): update options. --- modules/cross-platform/home-manager/neovim.nix | 1 - modules/linux/home-manager/hyprland.nix | 8 +++++--- 2 files changed, 5 insertions(+), 4 deletions(-) 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