dotfiles/modules/hyprland/default.nix
2025-06-26 17:03:29 +02:00

8 lines
81 B
Nix

{ ... }:
{
imports = [
./hyprland.nix
./hyprpaper.nix
./ags
];
}