7 lines
115 B
Nix
7 lines
115 B
Nix
{umodPath, ...}: {
|
|
imports = [
|
|
"${umodPath}/wm/hyprland/cnst"
|
|
"${umodPath}/wm/hyprland/toothpick"
|
|
];
|
|
}
|