dotfiles/nixos/modules/wayland/default.nix

12 lines
147 B
Nix
Raw Normal View History

{
imports = map (file: ./${file}.nix) [
"geoclue2"
"greetd"
"network"
"regreet"
"swaylock"
"thunar"
"wayland"
];
}