fix: remove hyprland dev flake

This commit is contained in:
2026-01-05 14:23:15 +05:00
parent b3d722f4c1
commit 91073b3773
2 changed files with 0 additions and 8 deletions

View File

@@ -1,14 +1,9 @@
{
inputs,
pkgs,
...
}: {
programs.hyprland = {
enable = true;
package =
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
portalPackage =
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
};
environment.systemPackages = with pkgs; [