From 3439f4fcb2811522dc483ece5e2cae34a969626b Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 12 Aug 2024 02:01:40 +0400 Subject: [PATCH] remove nixpkgs override for hyprland --- flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index a0cc9226..614a4730 100644 --- a/flake.nix +++ b/flake.nix @@ -29,10 +29,7 @@ # url = "github:Aylur/ags"; # inputs.nixpkgs.follows = "nixpkgs"; # }; - hyprland = { - url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; rose-pine-hyprcursor.url = "github:ndom91/rose-pine-hyprcursor"; };