From eef68175cc249b6fbefd97bd2321c6a7894debb2 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Fri, 18 Oct 2024 11:54:41 +0200 Subject: [PATCH] flake.nix: add hyprsplit and hy3 a --- flake.lock | 42 ++++++++++++++++++++++++++++++++++++++++++ flake.nix | 9 +++++++++ 2 files changed, 51 insertions(+) diff --git a/flake.lock b/flake.lock index d6d5a8d..e4abb0a 100644 --- a/flake.lock +++ b/flake.lock @@ -419,6 +419,26 @@ "type": "github" } }, + "hy3": { + "inputs": { + "hyprland": [ + "hyprland" + ] + }, + "locked": { + "lastModified": 1729122023, + "narHash": "sha256-OJNfAveVogmpSIJ7V3eCSWVGvmWOVQfMQTfOpK163HQ=", + "owner": "outfoxxed", + "repo": "hy3", + "rev": "29293bf7d509cd18e25a59e15841538fcdef580a", + "type": "github" + }, + "original": { + "owner": "outfoxxed", + "repo": "hy3", + "type": "github" + } + }, "hyprcursor": { "inputs": { "hyprlang": [ @@ -559,6 +579,26 @@ "type": "github" } }, + "hyprsplit": { + "inputs": { + "hyprland": [ + "hyprland" + ] + }, + "locked": { + "lastModified": 1729107922, + "narHash": "sha256-jWyyVZz2vLDlXvPm8Wm5i/bd3eCk1bKofD8SSFdu5PY=", + "owner": "shezdy", + "repo": "hyprsplit", + "rev": "22c2e79bba61b56971d7b5363d047f2a5c7b8c71", + "type": "github" + }, + "original": { + "owner": "shezdy", + "repo": "hyprsplit", + "type": "github" + } + }, "hyprutils": { "inputs": { "nixpkgs": [ @@ -2764,8 +2804,10 @@ "flake-parts": "flake-parts", "helix": "helix", "home-manager": "home-manager", + "hy3": "hy3", "hyprland": "hyprland", "hyprland-plugins": "hyprland-plugins", + "hyprsplit": "hyprsplit", "impermanence": "impermanence", "lix-module": "lix-module", "neovim-flake": "neovim-flake", diff --git a/flake.nix b/flake.nix index d780f0a..3084929 100644 --- a/flake.nix +++ b/flake.nix @@ -39,6 +39,15 @@ url = "github:Duckonaut/split-monitor-workspaces"; inputs.hyprland.follows = "hyprland"; }; + hyprsplit = { + url = "github:shezdy/hyprsplit"; + inputs.hyprland.follows = "hyprland"; + }; + + hy3 = { + url = "github:outfoxxed/hy3"; + inputs.hyprland.follows = "hyprland"; + }; # Treefmt provides formatting for all files in my flake. treefmt-nix.url = "github:numtide/treefmt-nix";