nix-config/modules/home-manager/default.nix
2025-08-08 19:05:01 +02:00

12 lines
111 B
Nix

{ ... }:
{
imports = [
./cli
./lf
./notif
./terminal
./virt
./wm/hyprland.nix
];
}