From d1061a75ad4b80f9f527b1c78e1b8567c5f351ed Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 30 Apr 2026 02:15:34 -0700 Subject: [PATCH] nix: lock workspace history plugin input --- nixos/flake.lock | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/nixos/flake.lock b/nixos/flake.lock index 0fd776dd..87428a30 100644 --- a/nixos/flake.lock +++ b/nixos/flake.lock @@ -697,6 +697,34 @@ "type": "github" } }, + "hypr-workspace-history": { + "inputs": { + "hyprland": [ + "hyprland" + ], + "nixpkgs": [ + "nixpkgs" + ], + "systems": [ + "hypr-workspace-history", + "hyprland", + "systems" + ] + }, + "locked": { + "lastModified": 1777540320, + "narHash": "sha256-d4VIWXpJM86Ub/vBcWSeNG4nyYH/KPEizrMmvt6BlyE=", + "owner": "colonelpanic8", + "repo": "hypr-workspace-history", + "rev": "595ee9f43e77de1c956dea4ead60ffb41d9f76a4", + "type": "github" + }, + "original": { + "owner": "colonelpanic8", + "repo": "hypr-workspace-history", + "type": "github" + } + }, "hyprNStack": { "inputs": { "hyprland": [ @@ -1758,6 +1786,7 @@ "git-ignore-nix": "git-ignore-nix", "git-sync-rs": "git-sync-rs", "home-manager": "home-manager", + "hypr-workspace-history": "hypr-workspace-history", "hyprNStack": "hyprNStack", "hyprland": "hyprland", "hyprland-plugins-lua": "hyprland-plugins-lua",