dotfiles/common/desktop_environment/hyprland/home_manager/default.nix
RingOfStorms (Joshua Bell) 69de4ca87b wip waybar and swaync updates
2025-08-24 22:11:54 -05:00

13 lines
179 B
Nix

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