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

6 lines
102 B
Nix
Raw Normal View History

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