9 lines
164 B
Nix
9 lines
164 B
Nix
|
{ ... }: {
|
||
|
imports = [
|
||
|
./mako-conf.nix
|
||
|
./rofi-conf.nix
|
||
|
./swaylock-conf.nix
|
||
|
./waybar-conf.nix
|
||
|
./wlogout-conf.nix
|
||
|
];
|
||
|
}
|