NixOS-Config/modules/system/services/general/portals/default.nix

7 lines
42 B
Nix
Raw Normal View History

2024-11-12 18:03:28 -05:00
{ ... }:
{
imports = [
./wlr
];
}