dotfiles/common/desktop_environment/hyprland/home_manager/default.nix
RingOfStorms (Joshua Bell) 8b49688deb more rice
2025-08-20 22:21:16 -05:00

13 lines
360 B
Nix

{ ... }:
{
imports = [
./theme.nix
./hyprland.nix
./hyprpanel.nix
./hyprpolkitagent.nix
# ./quickshell.nix # TODO replace hyprpanel with custom quickshell...
./wofi.nix
# ./swaync.nix # notifications, hyprpanel has notifications but I want to replace hyprpanel sometime so keeping this here as reference
./swaylock.nix
];
}