From ec7c8f9949e5c253737fdff53b4885b90303085d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nina=20Chl=C3=B3e=20Kassandra=20Rei=C3=9F?= Date: Tue, 9 Jun 2026 20:34:26 +0200 Subject: [PATCH] Safe waybar logs to identify reason for crashes --- 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 9cf53f8..fb02e9e 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 = "2fe5077f180d9bd9285eb04cbe37839e2cb7c7b3"; - sha256 = "sha256-jc/5+BzqXw9PQFdI4l2G79oH02sehmSEZ0K5qjp7hPc="; + rev = "42cda0ea4707535ec21512543e4a147ef971be2d"; + sha256 = "sha256-l08epLZKCXaJ3N6MU25/FfuzEuiXjOn10tWYPBLNOsI="; }; dotfiles_waybar = pkgs.fetchgit {