From 6f444c882f3f8c7d0088736cd6bbca86d80742c8 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Wed, 17 Jun 2026 13:00:24 +0200 Subject: [PATCH] chore: cleanup --- modules/home/hyprland/hyprland.nix | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) 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 ]; }; }