nix/home-manager/common/desktops/hyprland/default.nix

9 lines
223 B
Nix
Raw Normal View History

2023-08-31 13:22:44 +02:00
{ pkgs, theme, ... }: {
imports = [
./${theme}/mako-conf.nix
./${theme}/rofi-conf.nix
./${theme}/swaylock-conf.nix
./${theme}/swayosd-conf.nix
./${theme}/wlogout-conf.nix
];
}