Files
nixos/modules/hyprland.nix

12 lines
253 B
Nix
Raw Normal View History

2026-04-08 16:52:16 +02:00
{
imports = [
../hyprland/hypr/hypridle.nix
../hyprland/hypr/hyprlock.nix
../hyprland/raw/fuzzel.nix
../hyprland/raw/kitty.nix
../hyprland/scripts/powermenu.nix
../hyprland/scripts/screenshot.nix
../hyprland/scripts/themeswitch.nix
];
}