nix/modules/hyprland/default.nix

9 lines
75 B
Nix
Raw Normal View History

2024-08-31 16:04:57 +02:00
{
imports = [
2024-08-31 16:58:46 +02:00
./ags
./hypridle
./hyprland
2024-08-31 17:10:30 +02:00
./style
2024-08-31 16:04:57 +02:00
];
}