Files
cnix/modules/home/wm/hyprland/default.nix
2024-10-17 20:06:17 +02:00

7 lines
115 B
Nix

{umodPath, ...}: {
imports = [
"${umodPath}/wm/hyprland/cnst"
"${umodPath}/wm/hyprland/toothpick"
];
}