dotfiles/common/desktop_environment/hyprland/home_manager/default.nix
RingOfStorms (Joshua Bell) f2aed4dc5f go back to waybar for now
2025-08-26 13:10:14 -05:00

14 lines
202 B
Nix

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