From 409d329ad004945c2deb17cc0065c5e9b1075443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nina=20Chl=C3=B3e=20Kassandra=20Rei=C3=9F?= Date: Sun, 7 Jun 2026 19:12:37 +0200 Subject: [PATCH] Fix hyprland setup --- 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 465dec8..9cf53f8 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 = "19c391a3ca47fde9ab78edca8ab34579890f117d"; - sha256 = "sha256-/M+gqJ+1Z+VAHvJCKneKHmGJdxsZjoMjBNOzUzKfXzo="; + rev = "2fe5077f180d9bd9285eb04cbe37839e2cb7c7b3"; + sha256 = "sha256-jc/5+BzqXw9PQFdI4l2G79oH02sehmSEZ0K5qjp7hPc="; }; dotfiles_waybar = pkgs.fetchgit {