From 91073b377352f5b3fa1df0f761d7101e6395e2a3 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Mon, 5 Jan 2026 14:23:15 +0500 Subject: [PATCH] fix: remove hyprland dev flake --- flake.nix | 3 --- hosts/common/optional/hyprland.nix | 5 ----- 2 files changed, 8 deletions(-) diff --git a/flake.nix b/flake.nix index 0649253..82550b8 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; diff --git a/hosts/common/optional/hyprland.nix b/hosts/common/optional/hyprland.nix index c3cbda3..a4bbc58 100644 --- a/hosts/common/optional/hyprland.nix +++ b/hosts/common/optional/hyprland.nix @@ -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; [