dotfiles/common/desktop_environment/hyprland/home_manager/default.nix
2025-09-28 23:25:25 -05:00

15 lines
222 B
Nix

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