Files
nixos/hyprland/hypr/hyprland.nix

12 lines
178 B
Nix
Raw Normal View History

2026-04-08 13:52:22 +02:00
{
imports = [
2026-04-08 14:33:45 +02:00
./hypridle.nix
./hyprlock.nix
../raw/fuzzel.nix
../raw/kitty.nix
2026-04-08 14:24:18 +02:00
../scripts/powermenu.nix
../scripts/screenshot.nix
../scripts/themeswitch.nix
2026-04-08 13:52:22 +02:00
];
}