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 {