nix/home-manager/common/desktops/hyprland/default.nix
2023-08-31 21:17:58 +09:00

11 lines
No EOL
247 B
Nix

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