.hive/modules/home/hyprland/default.nix

7 lines
66 B
Nix

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