Added Hyprland Flake

This commit is contained in:
fmarkwitz
2023-07-06 13:31:29 +02:00
parent 3163f69b28
commit c883dfb0e8
2 changed files with 3 additions and 2 deletions
-1
View File
@@ -24,4 +24,3 @@
- [ ] Hyprland - [ ] Hyprland
## usage ## usage
test
+2
View File
@@ -12,6 +12,8 @@
url = "github:nix-community/nixos-generators"; url = "github:nix-community/nixos-generators";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
hyprland.url = "github:hyprwm/Hyprland";
}; };
outputs = inputs@{ self, flake-parts, ... }: outputs = inputs@{ self, flake-parts, ... }: