NixOS-Config/modules/system/desktop/default.nix

10 lines
78 B
Nix

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