update: flake update

This commit is contained in:
gwg313 2024-06-05 22:47:43 -04:00
parent ef1b9f6c91
commit 187e22ee40
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
4 changed files with 83 additions and 163 deletions

View file

@ -20,7 +20,9 @@
};
hyprland = {
url = "github:hyprwm/Hyprland";
type = "git";
url = "https://github.com/hyprwm/Hyprland";
submodules = true;
# Don't follow nixpkgs or cache will miss
# inputs.nixpkgs.follows = "nixpkgs";
};