From ac4b17da6a27823ddcb49815318a261b5c435836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nina=20Chl=C3=B3e=20Kassandra=20Rei=C3=9F?= Date: Tue, 21 Apr 2026 14:40:16 +0200 Subject: [PATCH] Hyprland configuration update --- 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 259d2d6..fabd20a 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 = "83da92f0d64620c6503b8b2d9fa27bd79816e025"; - sha256 = "sha256-kEKJiH0oK0PuciJZ6ucinTKX5eMWxPPZXYNS1+HIcRA="; + rev = "ba03a7d86bf564cbb9e817b895a2497da84b8bad"; + sha256 = "sha256-mbE94wrz3Gl7IE7uD5sCTyII4eQcsjFhyafeOeTgy6s="; }; dotfiles_waybar = pkgs.fetchgit {