modules/hyprspace: use external package

This commit is contained in:
Max Headroom 2024-05-14 17:48:35 +02:00
parent 5a6d473d93
commit 621f93e310

View file

@ -1,7 +1,7 @@
{ pkgs, depot, lib, config, ... }:
let
inherit (config.networking) hostName;
inherit (depot.packages) hyprspace;
hyprspace = depot.inputs.hyprspace.packages.default;
hyprspaceCapableNodes = lib.filterAttrs (_: host: host.hyprspace.enable) depot.hours;
peersFormatted = builtins.mapAttrs (name: x: {
inherit name;