Files
cnix/home/modules/wm/hyprland/default.nix
2024-10-13 18:09:15 +02:00

7 lines
115 B
Nix

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