12 lines
111 B
Nix
12 lines
111 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./cli
|
|
./lf
|
|
./notif
|
|
./terminal
|
|
./virt
|
|
./wm/hyprland.nix
|
|
];
|
|
}
|