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

@@ -9,9 +9,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# Hyprland cachix flake
hyprland.url = "github:hyprwm/Hyprland";
# NixOS community managed hardware specific features/fixes
nixos-hardware.url = "github:NixOS/nixos-hardware";

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; [