From 962aec2205e14b1e249a8e67fe7ffcd7c37c45aa Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Thu, 22 Aug 2024 12:58:58 +0100 Subject: [PATCH] removed hyprland from flake as now using home-manager module --- flake.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/flake.nix b/flake.nix index 3f5d036..670344f 100644 --- a/flake.nix +++ b/flake.nix @@ -11,9 +11,6 @@ url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "stablepkgs"; }; - - # Hyprland wm - hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; }; outputs = { self, nixpkgs, home-manager, hyprland, ... } @ inputs: