diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 5c30254..f60e804 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -295,7 +295,7 @@ }; extraConfig = " - monitor=,preferred,auto,auto + monitor=,preferred,auto,1 xwayland { force_zero_scaling = true diff --git a/modules/home/nvim.nix b/modules/home/nvim.nix index 8eccd06..5539b9f 100644 --- a/modules/home/nvim.nix +++ b/modules/home/nvim.nix @@ -3,4 +3,7 @@ enable = true; vimAlias = true; }; + home.packages = [pkgs.lunarvim]; + + home.sessionPath = ["${pkgs.clang-tools}/bin:$PATH"]; }