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 {