NixToSee/modules/wm_and_de/default.nix
2024-12-01 20:59:42 +01:00

5 lines
51 B
Nix

{ ... }: {
imports = [
./hyprland.nix
];
}