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 {