dotfiles/nixos/modules/hyprland/default.nix
2025-02-01 23:30:06 -06:00

13 lines
177 B
Nix
Executable file

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