From e0d9f823e00f56791b6454aa93bf57fea925e34f Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Thu, 26 Sep 2024 23:11:55 +0200 Subject: [PATCH] finally update hyprland input to be sane --- flake.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index e0d2ce4..43c349f 100644 --- a/flake.nix +++ b/flake.nix @@ -15,11 +15,7 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; - hyprland = { - type = "git"; - url = "https://github.com/hyprwm/Hyprland"; - submodules = true; - }; + hyprland.url = "https://github.com/hyprwm/Hyprland"; hyprlock = { url = "github:hyprwm/hyprlock";