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

10 lines
219 B
Nix
Raw Normal View History

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