nix/home-manager/hosts/nixos-laptop/desktops/hyprland/default.nix

6 lines
102 B
Nix
Raw Normal View History

2023-08-31 20:22:44 +09:00
{ theme, ... }: {
2023-08-21 23:25:46 +09:00
imports = [
2023-08-31 20:22:44 +09:00
./${theme}/hyprland-conf.nix
2023-08-31 21:05:05 +09:00
./${theme}/waybar-conf.nix
2023-08-21 23:24:26 +09:00
];
2023-08-28 12:08:58 +09:00
}