finally update hyprland input to be sane
This commit is contained in:
parent
0032fc8890
commit
e0d9f823e0
1 changed files with 1 additions and 5 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue