10 lines
No EOL
302 B
Nix
10 lines
No EOL
302 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
|
|
./common/hyprland/hyprland-conf.nix
|
|
];
|
|
} |