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