dotfiles/nixos/modules/hyprland/default.nix

14 lines
177 B
Nix
Raw Normal View History

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