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

10 lines
78 B
Nix
Raw Normal View History

2024-10-09 03:36:08 -04:00
{ ... }:
{
imports = [
./qt
./wayland
./sway
./fonts
2024-10-09 03:36:08 -04:00
];
}