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