From 77344e854ca51ef171e58af071c7dc57e4c9f3a2 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 22 Dec 2024 09:36:50 -0500 Subject: [PATCH] chore: update to latest nixos-unstable release --- flake.lock | 6 +++--- home/hyprland.nix | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 32d63fac..f163a3d8 100644 --- a/flake.lock +++ b/flake.lock @@ -178,11 +178,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1733581040, - "narHash": "sha256-Qn3nPMSopRQJgmvHzVqPcE3I03zJyl8cSbgnnltfFDY=", + "lastModified": 1734649271, + "narHash": "sha256-4EVBRhOjMDuGtMaofAIqzJbg4Ql7Ai0PSeuVZTHjyKQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "22c3f2cf41a0e70184334a958e6b124fb0ce3e01", + "rev": "d70bd19e0a38ad4790d3913bf08fcbfc9eeca507", "type": "github" }, "original": { diff --git a/home/hyprland.nix b/home/hyprland.nix index f18a6876..d39e4547 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -180,6 +180,7 @@ in misc = { disable_hyprland_logo = true; + disable_hyprland_qtutils_check = true; animate_manual_resizes = true; animate_mouse_windowdragging = true; disable_autoreload = true;