nix/home-manager/common/desktops/hyprland/default.nix
2023-08-31 20:22:44 +09:00

9 lines
No EOL
223 B
Nix

{ pkgs, theme, ... }: {
imports = [
./${theme}/mako-conf.nix
./${theme}/rofi-conf.nix
./${theme}/swaylock-conf.nix
./${theme}/swayosd-conf.nix
./${theme}/wlogout-conf.nix
];
}