aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;