diff --git a/modules/home/hyprland/hyprland.nix b/modules/home/hyprland/hyprland.nix index 3af9e31..5b6d0d3 100644 --- a/modules/home/hyprland/hyprland.nix +++ b/modules/home/hyprland/hyprland.nix @@ -2,7 +2,7 @@ { home.packages = with pkgs; [ swww - inputs.hypr-contrib.packages.${pkgs.stdenv.hostPlatform.system}.grimblast + grimblast hyprpicker grim slurp @@ -10,25 +10,18 @@ glib wayland direnv - nwg-dock-hyprland - hyprland-monitor-attached hypridle - vicinae - swaylock-fancy hyprtoolkit ]; # systemd.user.targets.hyprland-session.Unit.Wants = [ "xdg-desktop-autostart.target" ]; wayland.windowManager.hyprland = { enable = true; - xwayland = { - enable = true; - # hidpi = true; - }; + xwayland.enable = true; # enableNvidiaPatches = false; systemd.enable = true; plugins = [ - pkgs.hyprlandPlugins.hyprbars # pkgs.hyprlandPlugins.hyprspace # causes hyprland to crash on 4-finger swipe; great software + # inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprbars ]; }; }