dotfiles/nixos/modules/hyprland/default.nix
2025-01-19 02:31:05 -06:00

14 lines
192 B
Nix
Executable file

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