nix/home-manager/hosts/nixos-laptop/desktops/hyprland/default.nix
2023-08-28 12:08:58 +09:00

10 lines
No EOL
220 B
Nix

{ ... }: {
imports = [
./gruvbox/hyprland-conf.nix
./gruvbox/mako-conf.nix
./gruvbox/rofi-conf.nix
./gruvbox/swaylock-conf.nix
./gruvbox/waybar/waybar-conf2.nix
./gruvbox/swayosd-conf.nix
];
}