Files
nixos/home/hyprland/default.nix
2026-02-06 08:40:28 +01:00

10 lines
102 B
Nix

{ ... }:
{
imports = [
./hyprland.nix
./hyprlock.nix
./waybar.nix
./wofi.nix
];
}