dotfiles/nixos/modules/hyprland/default.nix
2025-01-10 17:35:00 -06:00

17 lines
228 B
Nix
Executable file

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