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

11 lines
120 B
Nix

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