nix-files/hosts/modules/gui/default.nix

10 lines
103 B
Nix

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