hyprland: Switch to git release

This commit is contained in:
caem 2024-07-21 23:04:27 +02:00
parent 9b6fba74d0
commit 64ad84e53c
Signed by: caem
GPG key ID: 69A830D03203405F
3 changed files with 252 additions and 2 deletions

View file

@ -14,12 +14,18 @@
url = "github:ezKEa/aagl-gtk-on-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland = {
url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { nixpkgs, impermanence, home-manager, aagl, nur, ... }:
outputs = { nixpkgs, impermanence, home-manager, aagl, nur, ... } @ inputs:
{
nixosConfigurations.workstation = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; } ;
modules = [
home-manager.nixosModules.home-manager {
home-manager.sharedModules = [