nix/home-manager/hosts/nixos-laptop/desktops/hyprland/default.nix
2023-08-31 21:05:05 +09:00

6 lines
No EOL
102 B
Nix

{ theme, ... }: {
imports = [
./${theme}/hyprland-conf.nix
./${theme}/waybar-conf.nix
];
}