NixOS-Config/modules/system/desktop/default.nix
2024-10-12 20:44:05 -04:00

9 lines
66 B
Nix

{ ... }:
{
imports = [
./qt
./wayland
./sway
];
}