dotfiles/common/desktop_environment/hyprland/home_manager/default.nix
2025-08-23 12:36:38 -05:00

12 lines
161 B
Nix

{ ... }:
{
imports = [
./theme.nix
./hyprland.nix
./waybar.nix
./hyprpolkitagent.nix
./wofi.nix
./swaync.nix
./swaylock.nix
];
}