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

10 lines
302 B
Nix
Raw Normal View History

2023-08-31 20:22:44 +09:00
{ pkgs, theme, ... }: {
imports = [
2023-09-29 12:46:20 +09:00
./themes/${theme}
2023-08-31 21:34:51 +09:00
# GTK theme applied in home-manager/common/software/cli/bash.nix
2023-09-29 12:46:20 +09:00
# Theme agnostic configs
./common/swayosd/swayosd-conf.nix
./common/waybar/scripts.nix
./common/hyprland/hyprland-conf.nix
2023-08-31 20:22:44 +09:00
];
}