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

9 lines
79 B
Nix

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