nix-files/hosts/modules/gui/default.nix
2023-07-02 11:35:03 +00:00

13 lines
145 B
Nix

{ ... }:
{
imports = [
./gnome.nix
./gtk.nix
./phosh.nix
./plasma.nix
./plasma-mobile.nix
./sway
./sxmo.nix
];
}