nix/home-manager/common/desktops/hyprland/components/default.nix
2024-01-05 16:10:10 +09:00

11 lines
No EOL
184 B
Nix

{ ... }: {
imports = [
./hyprland.nix
./mako.nix
./rofi.nix
./swaylock.nix
./swayosd.nix
./waybar.nix
./wlogout.nix
];
}