From 86cf0e8d41283634e216537192361bb6d67d0230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nina=20Chl=C3=B3e=20Kassandra=20Rei=C3=9F?= Date: Tue, 2 Jun 2026 21:43:06 +0200 Subject: [PATCH] Update hyprland configuration to 26.05 version --- desktop-environment/window-manager/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop-environment/window-manager/hyprland.nix b/desktop-environment/window-manager/hyprland.nix index f8741b1..465dec8 100644 --- a/desktop-environment/window-manager/hyprland.nix +++ b/desktop-environment/window-manager/hyprland.nix @@ -2,8 +2,8 @@ let dotfiles_hypr = pkgs.fetchgit { url = "https://git.nichkara.eu/dotfiles/hypr"; - rev = "ba03a7d86bf564cbb9e817b895a2497da84b8bad"; - sha256 = "sha256-mbE94wrz3Gl7IE7uD5sCTyII4eQcsjFhyafeOeTgy6s="; + rev = "19c391a3ca47fde9ab78edca8ab34579890f117d"; + sha256 = "sha256-/M+gqJ+1Z+VAHvJCKneKHmGJdxsZjoMjBNOzUzKfXzo="; }; dotfiles_waybar = pkgs.fetchgit {