Fix hyprland fetch typo

This commit is contained in:
Patrick Menking 2024-09-17 13:57:32 -04:00
parent 0844c862e6
commit 54c409dbd7

View file

@ -5,7 +5,7 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
hyprland.url = "git+https://github.com/hyprvm/Hyperland?submodules=1";
hyprland.url = "git+https://github.com/hyprwm/Hyperland?submodules=1";
};
outputs = inputs: let