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