dotfiles/nixos/modules/hyprland/default.nix

6 lines
79 B
Nix
Executable file

{
imports = map (file: ./${file}.nix) [
"hypridle"
"hyprland"
];
}