dotfiles/nixos/modules/hyprland/default.nix

18 lines
228 B
Nix
Raw Normal View History

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