diff options
| author | spl3g <spleefer6@yandex.ru> | 2024-08-26 23:32:15 +0500 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-05-01 14:58:56 +0300 |
| commit | b456001e8012642f604deaa46c2c263827257323 (patch) | |
| tree | 1976eb5ea004ea5ff1f63f43c82e49cfea33da6b | |
| parent | eca319213d74331241214c86b7a5e562f20c1e22 (diff) | |
feat: add hyprsplit plugin
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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; |
