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

11 lines
213 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-conf.nix
./gruvbox/swayosd-conf.nix
2023-08-21 16:24:26 +02:00
];
2023-08-24 13:43:54 +02:00
}