dotfiles/home/modules/hyprland/default.nix

8 lines
67 B
Nix
Raw Normal View History

2025-01-09 02:09:02 -06:00
{
imports = [
2025-01-11 18:53:08 -06:00
./hypridle
./hyprland
2025-01-09 02:09:02 -06:00
./wpaperd
];
}