4 lines
87 B
Nix
4 lines
87 B
Nix
{ pkgs, depot, lib, config, ... }:
|
|
{
|
|
imports = [ ./graphical-client-wayland.nix ];
|
|
}
|