dotfiles/nixos/modules/hyprland/default.nix

7 lines
79 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) [
"hypridle"
"hyprland"
];
2025-01-09 02:09:02 -06:00
}