6 lines
No EOL
102 B
Nix
6 lines
No EOL
102 B
Nix
{ theme, ... }: {
|
|
imports = [
|
|
./${theme}/hyprland-conf.nix
|
|
./${theme}/waybar-conf.nix
|
|
];
|
|
} |