make the hyprland input look nicer

This commit is contained in:
jacekpoz 2024-06-07 12:55:10 +02:00
parent f9e69c38e8
commit b3348ed966
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -15,7 +15,11 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
hyprland = {
type = "git";
url = "https://github.com/hyprwm/Hyprland";
submodules = true;
};
hyprlock = {
url = "github:hyprwm/hyprlock";