dotfiles/apps/hyprland/default.nix
2024-03-23 22:21:25 +03:00

8 lines
56 B
Nix

{ ... }:
{
imports = [
./hypr
./anyrun
];
}