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