From 64c156021a586110f37c9bd2bcdf865e2350a36e Mon Sep 17 00:00:00 2001 From: KeksNino Date: Thu, 25 Jun 2026 17:25:04 +0200 Subject: [PATCH] remove hyprland from nix flake --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index f0b57ea..5e706d7 100644 --- a/flake.nix +++ b/flake.nix @@ -14,8 +14,8 @@ outputs = { self, zen-browser, ... } @inputs: let system = "x86_64-linux"; - inherit (inputs.hyprland.inputs) nixpkgs; - eachSystem = nixpkgs.lib.genAttrs (import inputs.hyprland.inputs.systems); + inherit (inputs) nixpkgs; + eachSystem = nixpkgs.lib.genAttrs (import inputs.systems); pkgsFor = eachSystem (system: import nixpkgs {localSystem = system;}); in { nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {