aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2024-08-26 23:32:15 +0500
committerspl3g <spleefer6@yandex.ru>2025-05-01 14:58:56 +0300
commitb456001e8012642f604deaa46c2c263827257323 (patch)
tree1976eb5ea004ea5ff1f63f43c82e49cfea33da6b
parenteca319213d74331241214c86b7a5e562f20c1e22 (diff)
feat: add hyprsplit plugin
-rw-r--r--flake.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 9ba9353..19d7b29 100644
--- a/flake.nix
+++ b/flake.nix
@@ -19,8 +19,12 @@
hyprland = {
url = "github:hyprwm/Hyprland";
- inputs.nixpkgs.follows = "nixpkgs";
};
+ # hyprsplit = {
+ # url = "github:shezdy/hyprsplit";
+ # inputs.hyprland.follows = "hyprland";
+ # };
+
nh = {
url = "github:viperML/nh";
@@ -52,6 +56,7 @@
, home-manager
, nurpkgs
, nixos-hardware
+ , hyprland
, ... }@inputs:
let
inherit (self) outputs;