nix/home-manager/common/desktops/hyprland/default.nix
2023-11-19 20:57:34 +09:00

9 lines
No EOL
258 B
Nix

{ pkgs, theme, ... }: {
imports = [
./themes/${theme}
# GTK theme applied in home-manager/common/software/cli/bash.nix
# Theme agnostic configs
./common/swayosd/swayosd-conf.nix
./common/waybar/scripts.nix
];
}