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

10 lines
No EOL
219 B
Nix

{ ... }: {
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
];
}