nix-files/modules/gui/default.nix

11 lines
104 B
Nix

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