diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/flake.nix b/flake.nix index 27411e5..67180ca 100644 --- a/flake.nix +++ b/flake.nix @@ -32,14 +32,6 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - hyprland = { - url = "github:hyprwm/Hyprland"; - inputs = { - # nixpkgs.follows = "nixpkgs"; # Disabled in favor of cache. - pre-commit-hooks.follows = "git-hooks"; - }; - }; - stylix = { url = "github:danth/stylix"; inputs = { |