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

9 lines
141 B
Nix
Raw Normal View History

2023-08-21 16:24:26 +02:00
{ ... }: {
2023-08-21 16:25:46 +02:00
imports = [
2023-08-21 16:27:19 +02:00
./hyprland-conf.nix
./mako-conf.nix
./rofi-conf.nix
./swaylock-conf.nix
./waybar-conf.nix
2023-08-21 16:24:26 +02:00
];
}