9 lines
223 B
Nix
9 lines
223 B
Nix
|
{ pkgs, theme, ... }: {
|
||
|
imports = [
|
||
|
./${theme}/mako-conf.nix
|
||
|
./${theme}/rofi-conf.nix
|
||
|
./${theme}/swaylock-conf.nix
|
||
|
./${theme}/swayosd-conf.nix
|
||
|
./${theme}/wlogout-conf.nix
|
||
|
];
|
||
|
}
|