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