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

11 lines
288 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}/wlogout-conf.nix
2023-08-31 14:17:58 +02:00
2023-08-31 14:34:51 +02:00
# GTK theme applied in home-manager/common/software/cli/bash.nix
2023-08-31 14:17:58 +02:00
./swayosd-conf.nix
2023-08-31 13:22:44 +02:00
];
}