diff --git a/hw/orion/default.nix b/hw/orion/default.nix index 6d33f24..d91794f 100644 --- a/hw/orion/default.nix +++ b/hw/orion/default.nix @@ -1,8 +1,11 @@ -{ inputs, ... }: - +{ inputs, pkgs, ... }: { imports = [ ./hardware-configuration.nix ../../configs/desktop.nix ]; + + environment.systemPackages = with pks; [ + signal-desktop + ]; }