dotfiles/nixos/modules/wayland/default.nix

11 lines
147 B
Nix
Executable file

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